COLOR #C5C55E

HEX: #C5C55E
RGB: (197,197,94)

Color info

#C5C55E contains mainly red and green colors. Web safe color of #C5C55E is #CCCC66 (or #CC6).

RGB color model

#C5C55E color RGB value is (197,197,94).

  • red value is 197;
  • green value is 197;
  • blue value is 94.
RGB:
(197,197,94)
(77%,77%,37%)

RGB channels and saturation

R 197 of 255 = 77%
G 197 of 255 = 77%
B 94 of 255 = 37%

197
197
94

R + G + B ~ 64%. #C5C55E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 197 + 94 = 488 (100%)
R 197 of 488 ~ 40.37%
G 197 of 488 ~ 40.37%
B 94 of 488 ~ 19.26%

%40.37
%40.37
%19.26

CMYK color model

#C5C55E color CMYK value is (0,0,52,23).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 52.28%
  • key color value is 22.75%
CMYK:
(0,0,52,23)
C0M0Y52K23 
(0%,0%,52%,23%)
(0.00/0.00/0.52/0.23)	

CMYK percentages

%0
%0
%52.28
%22.75

Codes

Color #C5C55E in popluar color models

C5C55E
RGB19719794
HSL60°47.03%57.06%
HSB/HSV60°52.28%77.25%
CMYK0.00%0.00%52.28%
22.75%

Color #C5C55E in popluar number systems.

HEXC5C55E
Decimal19719794
Binary11000101110001011011110
Octal305305136

Shades and tints

Shades of #C5C55E

#C5C55E
(197,197,94)
#B4B456
(180,180,86)
#A3A34E
(163,163,78)
#929246
(146,146,70)
#81813E
(129,129,62)
#707036
(112,112,54)
#5F5F2E
(95,95,46)
#4E4E26
(78,78,38)
#3D3D1E
(61,61,30)
#2C2C16
(44,44,22)
#1B1B0E
(27,27,14)
#000000
(0,0,0)

Tints of #C5C55E

#C5C55E
(197,197,94)
#CACA6C
(202,202,108)
#CFCF7A
(207,207,122)
#D4D488
(212,212,136)
#D9D996
(217,217,150)
#DEDEA4
(222,222,164)
#E3E3B2
(227,227,178)
#E8E8C0
(232,232,192)
#EDEDCE
(237,237,206)
#F2F2DC
(242,242,220)
#F7F7EA
(247,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C55E; }

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

This text font color is #C5C55E.


Background Color

.myBgColor { background-color: #C5C55E; }

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

This div background color is #C5C55E.


Border color

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

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

This div border color is #C5C55E.


Opacity

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

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

Text with #C5C55E 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 #C5C55E;}

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

This text has shadow with #C5C55E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C55E on black background.


Color preview on white background

This text has color #C5C55E on white background.



Black color preview on #C5C55E background

This text has black color on #C5C55E background.


White color preview on #C5C55E background

This text has white color on #C5C55E background.