#C2C289

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

Shades of Pine Glade #C2C289

Tints of Pine Glade #C2C289

Color information

#C2C289 (or 0xC2C289) is unknown color: approx Pine Glade. HEX triplet: C2, C2 and 89. RGB value is (194,194,137). Sum of RGB (Red+Green+Blue) = 194+194+137=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C289 is #3D3D76. Grayscale: #BBBBBB. Windows color (decimal): -4013431 or 9028290. OLE color: 9028290.

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

Color convert

RGB194194137-
CMYK000.290.24
HSL60º31.84%64.9%-
HSV(B)60º29.38%76.08%-
XYZ46.0651.8631.25-
YUV187.599.5132.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.95%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=36.95%
G=36.95%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194194137000.290.246031.8464.9
HexC2C289001D183c2041
Octal3023022110035307440101
Binary1100001011000010100010010011101110001111001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C289; }

 p { color: rgb(194,194,137); }

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

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

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

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

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

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

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