#c4c479

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

Shades of Pine Glade #C4C479

Tints of Pine Glade #C4C479

Color information

#C4C479 (or 0xC4C479) is unknown color: approx Pine Glade. HEX triplet: C4, C4 and 79. RGB value is (196,196,121). Sum of RGB (Red+Green+Blue) = 196+196+121=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 196 - color contains mainly: red, green. Hex color #C4C479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C479 is #3B3B86. Grayscale: #BBBBBB. Windows color (decimal): -3881863 or 7980228. OLE color: 7980228.

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

Color convert

RGB196196121-
CMYK000.380.23
HSL60º38.86%62.16%-
HSV(B)60º38.27%76.86%-
XYZ45.9652.625.82-
YUV187.4590.5134.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 196 (76.95% from 255) = 38.21%
BLUE value IS 121 (47.66% from 255) = 23.59%
R=38.21%
G=38.21%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196196121000.380.236038.8662.16
HexC4C4790026173c273e
Octal304304171004627744776
Binary110001001100010011110010010011010111111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4c479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4c479; }

 p { color: rgb(196,196,121); }

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

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

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

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

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

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

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