#C2C870

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

Shades of Pine Glade #C2C870

Tints of Pine Glade #C2C870

Color information

#C2C870 (or 0xC2C870) is unknown color: approx Pine Glade. HEX triplet: C2, C8 and 70. RGB value is (194,200,112). Sum of RGB (Red+Green+Blue) = 194+200+112=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C870 is #3D378F. Grayscale: #BCBCBC. Windows color (decimal): -4011920 or 7391426. OLE color: 7391426.

HSL color Cylindrical-coordinate representation of color #C2C870: hue angle of 64.09º 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 #C2C870 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB194200112-
CMYK0.0300.440.22
HSL64.09º44.44%61.18%-
HSV(B)64.09º44%78.43%-
XYZ45.8353.9523.33-
YUV188.1785.01132.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 200 (78.52% from 255) = 39.53%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=38.34%
G=39.53%
B=22.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1942001120.0300.440.2264.0944.4461.18
HexC2C870302C16402c3d
Octal3023101603054261005475
Binary11000010110010001110000110101100101101000000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C870; }

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

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

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

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

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

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

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

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