COLOR #C5B92E

HEX: #C5B92E
RGB: (197,185,46)

Color info

#C5B92E contains mainly red and green colors. Web safe color of #C5B92E is #CCCC33 (or #CC3).

RGB color model

#C5B92E color RGB value is (197,185,46).

  • red value is 197;
  • green value is 185;
  • blue value is 46.
RGB:
(197,185,46)
(77%,73%,18%)

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 46 of 255 = 18%

197
185
46

R + G + B ~ 56%. #C5B92E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 46 = 428 (100%)
R 197 of 428 ~ 46.03%
G 185 of 428 ~ 43.22%
B 46 of 428 ~ 10.75%

%46.03
%43.22
%10.75

CMYK color model

#C5B92E color CMYK value is (0,6,77,23).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 76.65%
  • key color value is 22.75%
CMYK:
(0,6,77,23)
C0M6Y77K23 
(0%,6%,77%,23%)
(0.00/0.06/0.77/0.23)	

CMYK percentages

%0
%6.09
%76.65
%22.75

Codes

Color #C5B92E in popluar color models

C5B92E
RGB19718546
HSL55°62.14%47.65%
HSB/HSV55°76.65%77.25%
CMYK0.00%6.09%76.65%
22.75%

Color #C5B92E in popluar number systems.

HEXC5B92E
Decimal19718546
Binary1100010110111001101110
Octal30527156

Shades and tints

Shades of #C5B92E

#C5B92E
(197,185,46)
#B4A92A
(180,169,42)
#A39926
(163,153,38)
#928922
(146,137,34)
#81791E
(129,121,30)
#70691A
(112,105,26)
#5F5916
(95,89,22)
#4E4912
(78,73,18)
#3D390E
(61,57,14)
#2C290A
(44,41,10)
#1B1906
(27,25,6)
#000000
(0,0,0)

Tints of #C5B92E

#C5B92E
(197,185,46)
#CABF41
(202,191,65)
#CFC554
(207,197,84)
#D4CB67
(212,203,103)
#D9D17A
(217,209,122)
#DED78D
(222,215,141)
#E3DDA0
(227,221,160)
#E8E3B3
(232,227,179)
#EDE9C6
(237,233,198)
#F2EFD9
(242,239,217)
#F7F5EC
(247,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B92E color. Also use rgb(197,185,46) instead hex code.

Text Font Color

.myTextColor { color: #C5B92E; }

<p style="color:#C5B92E">This sample text font color is #C5B92E.</p>

This text font color is #C5B92E.


Background Color

.myBgColor { background-color: #C5B92E; }

<div style="background-color:#C5B92E">Inner text</div>

This div background color is #C5B92E.


Border color

.myBorderColor { border: 1px solid #C5B92E; }

<div style="border:3px solid #C5B92E">Div</div>

This div border color is #C5B92E.


Opacity

.myOpacity80 { color: #C5B92E; opacity: 0.8; }

<p style="color:#C5B92E;opacity:0.8;">80%</p>

Text with #C5B92E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5B92E;}

<p style="text-shadow: 3px 3px 1px #C5B92E">Text here.</p>

This text has shadow with #C5B92E color.

.textShadow {text-shadow: 3px 3px 1px #C5B92E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5B92E, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5B92E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B92E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5B92E, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5B92E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5B92E;
  -webkit-box-shadow:	1px 1px 3px 2px #C5B92E;
  box-shadow:		1px 1px 3px 2px #C5B92E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5B92E;
-webkit-box-shadow: 1px 1px 3px 2px #C5B92E;
box-shadow:1px 1px 3px 2px #C5B92E;">
Div content here</div>
This div box has shadow with color #C5B92E.

Preview

Color preview on black background

This text has color #C5B92E on black background.


Color preview on white background

This text has color #C5B92E on white background.



Black color preview on #C5B92E background

This text has black color on #C5B92E background.


White color preview on #C5B92E background

This text has white color on #C5B92E background.