#C5C872

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

Shades of Pine Glade #C5C872

Tints of Pine Glade #C5C872

Color information

#C5C872 (or 0xC5C872) is unknown color: approx Pine Glade. HEX triplet: C5, C8 and 72. RGB value is (197,200,114). Sum of RGB (Red+Green+Blue) = 197+200+114=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C872 is #3A378D. Grayscale: #BDBDBD. Windows color (decimal): -3815310 or 7522501. OLE color: 7522501.

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

Color convert

RGB197200114-
CMYK0.0200.430.22
HSL62.09º43.88%61.57%-
HSV(B)62.09º43%78.43%-
XYZ46.7254.3923.96-
YUV189.385.51133.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.55%
GREEN value IS 200 (78.52% from 255) = 39.14%
BLUE value IS 114 (44.92% from 255) = 22.31%
R=38.55%
G=39.14%
B=22.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1972001140.0200.430.2262.0943.8861.57
HexC5C872202B163e2c3e
Octal305310162205326765476
Binary1100010111001000111001010010101110110111110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C872; }

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

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

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

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

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

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

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

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