#C0C285

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

Shades of Pine Glade #C0C285

Tints of Pine Glade #C0C285

Color information

#C0C285 (or 0xC0C285) is unknown color: approx Pine Glade. HEX triplet: C0, C2 and 85. RGB value is (192,194,133). Sum of RGB (Red+Green+Blue) = 192+194+133=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C285 is #3F3D7A. Grayscale: #BABABA. Windows color (decimal): -4144507 or 8766144. OLE color: 8766144.

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

Color convert

RGB192194133-
CMYK0.0100.310.24
HSL61.97º33.33%64.12%-
HSV(B)61.97º31.44%76.08%-
XYZ45.2651.4829.74-
YUV186.4597.84131.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=36.99%
G=37.38%
B=25.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941330.0100.310.2461.9733.3364.12
HexC0C285101F183e2140
Octal3003022051037307641100
Binary1100000011000010100001011011111110001111101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C285; }

 p { color: rgb(192,194,133); }

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

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

 a { background-color: rgb(192,194,133); }

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

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

 span { border-color: rgb(192,194,133); }

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