#C4C778

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

Shades of Pine Glade #C4C778

Tints of Pine Glade #C4C778

Color information

#C4C778 (or 0xC4C778) is unknown color: approx Pine Glade. HEX triplet: C4, C7 and 78. RGB value is (196,199,120). Sum of RGB (Red+Green+Blue) = 196+199+120=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C778 is #3B3887. Grayscale: #BDBDBD. Windows color (decimal): -3881096 or 7915460. OLE color: 7915460.

HSL color Cylindrical-coordinate representation of color #C4C778: hue angle of 62.28º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4C778 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB196199120-
CMYK0.0200.400.22
HSL62.28º41.36%62.55%-
HSV(B)62.28º39.7%78.04%-
XYZ46.5853.9425.73-
YUV189.189.01132.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 120 (47.27% from 255) = 23.30%
R=38.06%
G=38.64%
B=23.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961991200.0200.400.2262.2841.3662.55
HexC4C7782028163e293f
Octal304307170205026765177
Binary1100010011000111111100010010100010110111110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C778; }

 p { color: rgb(196,199,120); }

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

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

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

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

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

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

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