#C0C876

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

Shades of Pine Glade #C0C876

Tints of Pine Glade #C0C876

Color information

#C0C876 (or 0xC0C876) is unknown color: approx Pine Glade. HEX triplet: C0, C8 and 76. RGB value is (192,200,118). Sum of RGB (Red+Green+Blue) = 192+200+118=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C876 is #3F3789. Grayscale: #BCBCBC. Windows color (decimal): -4142986 or 7784640. OLE color: 7784640.

HSL color Cylindrical-coordinate representation of color #C0C876: hue angle of 65.85º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0C876 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB192200118-
CMYK0.0400.410.22
HSL65.85º42.71%62.35%-
HSV(B)65.85º41%78.43%-
XYZ45.6653.8225.12-
YUV188.2688.35130.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=37.65%
G=39.22%
B=23.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001180.0400.410.2265.8542.7162.35
HexC0C876402916422b3e
Octal3003101664051261025376
Binary110000001100100011101101000101001101101000010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C876; }

 p { color: rgb(192,200,118); }

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

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

 a { background-color: rgb(192,200,118); }

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

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

 span { border-color: rgb(192,200,118); }

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