#81A499

Color #81A499 Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #81A499

Tints of Cascade #81A499

Color information

#81A499 (or 0x81A499) is unknown color: approx Cascade. HEX triplet: 81, A4 and 99. RGB value is (129,164,153). Sum of RGB (Red+Green+Blue) = 129+164+153=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 164 - color contains mainly: green. Hex color #81A499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A499 is #7E5B66. Grayscale: #989898. Windows color (decimal): -8280935 or 10069121. OLE color: 10069121.

HSL color Cylindrical-coordinate representation of color #81A499: hue angle of 161.14º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #81A499 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB129164153-
CMYK0.2100.070.36
HSL161.14º16.13%57.45%-
HSV(B)161.14º21.34%64.31%-
XYZ28.0833.5235.13-
YUV152.28128.4111.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.92%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=28.92%
G=36.77%
B=34.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291641530.2100.070.36161.1416.1357.45
Hex81A499150724a11039
Octal2012442312507442412071
Binary1000000110100100100110011010101111001001010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A499; }

 p { color: rgb(129,164,153); }

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

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

 a { background-color: rgb(129,164,153); }

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

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

 span { border-color: rgb(129,164,153); }

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