#C2C97A

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

Shades of Pine Glade #C2C97A

Tints of Pine Glade #C2C97A

Color information

#C2C97A (or 0xC2C97A) is unknown color: approx Pine Glade. HEX triplet: C2, C9 and 7A. RGB value is (194,201,122). Sum of RGB (Red+Green+Blue) = 194+201+122=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C97A is #3D3685. Grayscale: #BEBEBE. Windows color (decimal): -4011654 or 8047042. OLE color: 8047042.

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

Color convert

RGB194201122-
CMYK0.0300.390.21
HSL65.32º42.25%63.33%-
HSV(B)65.32º39.3%78.82%-
XYZ46.6554.6526.5-
YUV189.989.68130.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=37.52%
G=38.88%
B=23.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1942011220.0300.390.2165.3242.2563.33
HexC2C97A302715412a3f
Octal3023111723047251015277
Binary11000010110010011111010110100111101011000001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C97A; }

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

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

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

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

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

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

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

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