#C0C487

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

Shades of Pine Glade #C0C487

Tints of Pine Glade #C0C487

Color information

#C0C487 (or 0xC0C487) is unknown color: approx Pine Glade. HEX triplet: C0, C4 and 87. RGB value is (192,196,135). Sum of RGB (Red+Green+Blue) = 192+196+135=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C487 is #3F3B78. Grayscale: #BCBCBC. Windows color (decimal): -4143993 or 8897728. OLE color: 8897728.

HSL color Cylindrical-coordinate representation of color #C0C487: hue angle of 63.93º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0C487 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB192196135-
CMYK0.0200.310.23
HSL63.93º34.08%64.9%-
HSV(B)63.93º31.12%76.86%-
XYZ45.8552.4430.63-
YUV187.8598.17130.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 135 (53.12% from 255) = 25.81%
R=36.71%
G=37.48%
B=25.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921961350.0200.310.2363.9334.0864.9
HexC0C487201F17402241
Octal30030420720372710042101
Binary110000001100010010000111100111111011110000001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C487; }

 p { color: rgb(192,196,135); }

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

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

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

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

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

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

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