#C0C187

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

Shades of Pine Glade #C0C187

Tints of Pine Glade #C0C187

Color information

#C0C187 (or 0xC0C187) is unknown color: approx Pine Glade. HEX triplet: C0, C1 and 87. RGB value is (192,193,135). Sum of RGB (Red+Green+Blue) = 192+193+135=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C187 is #3F3E78. Grayscale: #BABABA. Windows color (decimal): -4144761 or 8896960. OLE color: 8896960.

HSL color Cylindrical-coordinate representation of color #C0C187: hue angle of 61.03º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0C187 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB192193135-
CMYK0.0100.300.24
HSL61.03º31.87%64.31%-
HSV(B)61.03º30.05%75.69%-
XYZ45.1851.130.4-
YUV186.0999.17132.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.92%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 135 (53.12% from 255) = 25.96%
R=36.92%
G=37.12%
B=25.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931350.0100.300.2461.0331.8764.31
HexC0C187101E183d2040
Octal3003012071036307540100
Binary1100000011000001100001111011110110001111011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C187; }

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

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

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

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

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

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

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

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