#C5C476

Color #C5C476 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #C5C476

Tints of Pine Glade #C5C476

Color information

#C5C476 (or 0xC5C476) is unknown color: approx Pine Glade. HEX triplet: C5, C4 and 76. RGB value is (197,196,118). Sum of RGB (Red+Green+Blue) = 197+196+118=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C476 is #3A3B89. Grayscale: #BBBBBB. Windows color (decimal): -3816330 or 7783621. OLE color: 7783621.

HSL color Cylindrical-coordinate representation of color #C5C476: hue angle of 59.24º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5C476 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197196118-
CMYK00.010.400.23
HSL59.24º40.51%61.76%-
HSV(B)59.24º40.1%77.25%-
XYZ46.0452.6624.88-
YUV187.4188.83134.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=38.55%
G=38.36%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719611800.010.400.2359.2440.5161.76
HexC5C4760128173b293e
Octal305304166015027735176
Binary110001011100010011101100110100010111111011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C476; }

 p { color: rgb(197,196,118); }

 H1.HeaderClassName
 {
   color: #C5C476;
 }
 .AnyTagClassName
 {
   color: #C5C476;
 }
</style>
background-color css

<style>
 a { background-color: #C5C476; }

 a { background-color: rgb(197,196,118); }

 div.DivClassName
 {
   background-color: #C5C476;
 }
 .BgClassName
 {
   background-color: #C5C476;
 }
</style>
border-color css

<style>
 span { border-color: #C5C476; }

 span { border-color: rgb(197,196,118); }

 td.TdClassName
 {
   border-color: #C5C476;
 }
 .TagClassName
 {
   border-color: #C5C476;
 }
</style>