#C5C571

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

Shades of Pine Glade #C5C571

Tints of Pine Glade #C5C571

Color information

#C5C571 (or 0xC5C571) is unknown color: approx Pine Glade. HEX triplet: C5, C5 and 71. RGB value is (197,197,113). Sum of RGB (Red+Green+Blue) = 197+197+113=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C571 is #3A3A8E. Grayscale: #BBBBBB. Windows color (decimal): -3816079 or 7456197. OLE color: 7456197.

HSL color Cylindrical-coordinate representation of color #C5C571: hue angle of 60º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5C571 is Cyan = 0, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197197113-
CMYK000.430.23
HSL60º42%60.78%-
HSV(B)60º42.64%77.25%-
XYZ45.975323.43-
YUV187.4286134.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.86%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 113 (44.53% from 255) = 22.29%
R=38.86%
G=38.86%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197197113000.430.23604260.78
HexC5C571002B173c2a3d
Octal305305161005327745275
Binary110001011100010111100010010101110111111100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C571; }

 p { color: rgb(197,197,113); }

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

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

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

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

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

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

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