#81A297

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

Shades of Cascade #81A297

Tints of Cascade #81A297

Color information

#81A297 (or 0x81A297) is unknown color: approx Cascade. HEX triplet: 81, A2 and 97. RGB value is (129,162,151). Sum of RGB (Red+Green+Blue) = 129+162+151=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 151 (59.38% from 255 or 34.16% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #81A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81A297 is #7E5D68. Grayscale: #969696. Windows color (decimal): -8281449 or 9937537. OLE color: 9937537.

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

Color convert

RGB129162151-
CMYK0.2000.070.36
HSL160º15.07%57.06%-
HSV(B)160º20.37%63.53%-
XYZ27.5632.7434.15-
YUV150.88128.07112.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 29.19%
GREEN value IS 162 (63.67% from 255) = 36.65%
BLUE value IS 151 (59.38% from 255) = 34.16%
R=29.19%
G=36.65%
B=34.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291621510.2000.070.3616015.0757.06
Hex81A297140724a0f39
Octal2012422272407442401771
Binary100000011010001010010111101000111100100101000001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,162,151); }

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

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

 a { background-color: rgb(129,162,151); }

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

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

 span { border-color: rgb(129,162,151); }

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