#C5C870

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

Shades of Pine Glade #C5C870

Tints of Pine Glade #C5C870

Color information

#C5C870 (or 0xC5C870) is unknown color: approx Pine Glade. HEX triplet: C5, C8 and 70. RGB value is (197,200,112). Sum of RGB (Red+Green+Blue) = 197+200+112=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C870 is #3A378F. Grayscale: #BDBDBD. Windows color (decimal): -3815312 or 7391429. OLE color: 7391429.

HSL color Cylindrical-coordinate representation of color #C5C870: hue angle of 62.05º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5C870 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB197200112-
CMYK0.0200.440.22
HSL62.05º44.44%61.18%-
HSV(B)62.05º44%78.43%-
XYZ46.654.3523.36-
YUV189.0784.51133.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.70%
GREEN value IS 200 (78.52% from 255) = 39.29%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=38.70%
G=39.29%
B=22.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1972001120.0200.440.2262.0544.4461.18
HexC5C870202C163e2c3d
Octal305310160205426765475
Binary1100010111001000111000010010110010110111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C870; }

 p { color: rgb(197,200,112); }

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

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

 a { background-color: rgb(197,200,112); }

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

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

 span { border-color: rgb(197,200,112); }

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