#C4C37E

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

Shades of Pine Glade #C4C37E

Tints of Pine Glade #C4C37E

Color information

#C4C37E (or 0xC4C37E) is unknown color: approx Pine Glade. HEX triplet: C4, C3 and 7E. RGB value is (196,195,126). Sum of RGB (Red+Green+Blue) = 196+195+126=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C37E is #3B3C81. Grayscale: #BBBBBB. Windows color (decimal): -3882114 or 8307652. OLE color: 8307652.

HSL color Cylindrical-coordinate representation of color #C4C37E: hue angle of 59.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4C37E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB196195126-
CMYK00.010.360.23
HSL59.14º37.23%63.14%-
HSV(B)59.14º35.71%76.86%-
XYZ46.0552.2727.4-
YUV187.4393.33134.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.91%
GREEN value IS 195 (76.56% from 255) = 37.72%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=37.91%
G=37.72%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619512600.010.360.2359.1437.2363.14
HexC4C37E0124173b253f
Octal304303176014427734577
Binary110001001100001111111100110010010111111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C37E; }

 p { color: rgb(196,195,126); }

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

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

 a { background-color: rgb(196,195,126); }

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

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

 span { border-color: rgb(196,195,126); }

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