#C5C381

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

Shades of Pine Glade #C5C381

Tints of Pine Glade #C5C381

Color information

#C5C381 (or 0xC5C381) is unknown color: approx Pine Glade. HEX triplet: C5, C3 and 81. RGB value is (197,195,129). Sum of RGB (Red+Green+Blue) = 197+195+129=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C381 is #3A3C7E. Grayscale: #BCBCBC. Windows color (decimal): -3816575 or 8504261. OLE color: 8504261.

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

Color convert

RGB197195129-
CMYK00.010.350.23
HSL58.24º36.96%63.92%-
HSV(B)58.24º34.52%77.25%-
XYZ46.552.4928.45-
YUV188.0794.66134.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 195 (76.56% from 255) = 37.43%
BLUE value IS 129 (50.78% from 255) = 24.76%
R=37.81%
G=37.43%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719512900.010.350.2358.2436.9663.92
HexC5C3810123173a2540
Octal3053032010143277245100
Binary11000101110000111000000101100011101111110101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C381; }

 p { color: rgb(197,195,129); }

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

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

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

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

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

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

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