#C0C584

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

Shades of Pine Glade #C0C584

Tints of Pine Glade #C0C584

Color information

#C0C584 (or 0xC0C584) is unknown color: approx Pine Glade. HEX triplet: C0, C5 and 84. RGB value is (192,197,132). Sum of RGB (Red+Green+Blue) = 192+197+132=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C584 is #3F3A7B. Grayscale: #BCBCBC. Windows color (decimal): -4143740 or 8701376. OLE color: 8701376.

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

Color convert

RGB192197132-
CMYK0.0300.330.23
HSL64.62º35.91%64.51%-
HSV(B)64.62º32.99%77.25%-
XYZ45.8752.829.6-
YUV188.196.34130.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 132 (51.95% from 255) = 25.34%
R=36.85%
G=37.81%
B=25.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1921971320.0300.330.2364.6235.9164.51
HexC0C584302117412441
Octal30030520430412710144101
Binary1100000011000101100001001101000011011110000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C584; }

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

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

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

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

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

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

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

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