#C2C972

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

Shades of Pine Glade #C2C972

Tints of Pine Glade #C2C972

Color information

#C2C972 (or 0xC2C972) is unknown color: approx Pine Glade. HEX triplet: C2, C9 and 72. RGB value is (194,201,114). Sum of RGB (Red+Green+Blue) = 194+201+114=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C972 is #3D368D. Grayscale: #BDBDBD. Windows color (decimal): -4011662 or 7522754. OLE color: 7522754.

HSL color Cylindrical-coordinate representation of color #C2C972: hue angle of 64.83º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2C972 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB194201114-
CMYK0.0300.430.21
HSL64.83º44.62%61.76%-
HSV(B)64.83º43.28%78.82%-
XYZ46.1754.4624-
YUV188.9985.68131.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=38.11%
G=39.49%
B=22.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942011140.0300.430.2164.8344.6261.76
HexC2C972302B15412d3e
Octal3023111623053251015576
Binary11000010110010011110010110101011101011000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C972; }

 p { color: rgb(194,201,114); }

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

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

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

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

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

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

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