#C5C282

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

Shades of Pine Glade #C5C282

Tints of Pine Glade #C5C282

Color information

#C5C282 (or 0xC5C282) is unknown color: approx Pine Glade. HEX triplet: C5, C2 and 82. RGB value is (197,194,130). Sum of RGB (Red+Green+Blue) = 197+194+130=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C282 is #3A3D7D. Grayscale: #BBBBBB. Windows color (decimal): -3816830 or 8569541. OLE color: 8569541.

HSL color Cylindrical-coordinate representation of color #C5C282: hue angle of 57.31º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5C282 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB197194130-
CMYK00.020.340.23
HSL57.31º36.61%64.12%-
HSV(B)57.31º34.01%77.25%-
XYZ46.3552.0728.73-
YUV187.695.49134.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 130 (51.17% from 255) = 24.95%
R=37.81%
G=37.24%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719413000.020.340.2357.3136.6164.12
HexC5C282022217392540
Octal3053022020242277145100
Binary110001011100001010000010010100010101111110011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C282; }

 p { color: rgb(197,194,130); }

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

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

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

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

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

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

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