#C0C284

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

Shades of Pine Glade #C0C284

Tints of Pine Glade #C0C284

Color information

#C0C284 (or 0xC0C284) is unknown color: approx Pine Glade. HEX triplet: C0, C2 and 84. RGB value is (192,194,132). Sum of RGB (Red+Green+Blue) = 192+194+132=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C284 is #3F3D7B. Grayscale: #BABABA. Windows color (decimal): -4144508 or 8700608. OLE color: 8700608.

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

Color convert

RGB192194132-
CMYK0.0100.320.24
HSL61.94º33.7%63.92%-
HSV(B)61.94º31.96%76.08%-
XYZ45.1951.4629.38-
YUV186.3397.34132.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 132 (51.95% from 255) = 25.48%
R=37.07%
G=37.45%
B=25.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921941320.0100.320.2461.9433.763.92
HexC0C2841020183e2240
Octal3003022041040307642100
Binary11000000110000101000010010100000110001111101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C284; }

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

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

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

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

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

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

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

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