#C0C877

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

Shades of Pine Glade #C0C877

Tints of Pine Glade #C0C877

Color information

#C0C877 (or 0xC0C877) is unknown color: approx Pine Glade. HEX triplet: C0, C8 and 77. RGB value is (192,200,119). Sum of RGB (Red+Green+Blue) = 192+200+119=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C877 is #3F3788. Grayscale: #BCBCBC. Windows color (decimal): -4142985 or 7850176. OLE color: 7850176.

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

Color convert

RGB192200119-
CMYK0.0400.400.22
HSL65.93º42.41%62.55%-
HSV(B)65.93º40.5%78.43%-
XYZ45.7253.8525.44-
YUV188.3788.85130.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.57%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 119 (46.88% from 255) = 23.29%
R=37.57%
G=39.14%
B=23.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1922001190.0400.400.2265.9342.4162.55
HexC0C877402816422a3f
Octal3003101674050261025277
Binary110000001100100011101111000101000101101000010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C877; }

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

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

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

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

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

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

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

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