Html Css Color HEX #85A29A Cascade

📋 copy color: '#85A29A'

red 133 ◦ green 162 ◦ blue 154

#85A29A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #85A29A

Tints of Cascade #85A29A

RGB

 RED value IS 133 (52.34% from 255) = 29.62%

 GREEN value IS 162 (63.67% from 255) = 36.08%

 BLUE value IS 154 (60.55% from 255) = 34.3%

R = 29.62%
G = 36.08%
B = 34.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#85A29A (or 0x85A29A) is known color: Cascade. HEX triplet: 85, A2 and 9A. RGB value is (133,162,154). Sum of RGB (Red+Green+Blue) = 133+162+154=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #85A29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A29A is #7A5D65. Grayscale: #989898. Windows color (decimal): -8019302 or 10134149. OLE color: 10134149.

HSL color Cylindrical-coordinate representation of color #85A29A: hue angle of 163.45º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A29A is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 162 154 -
CMYK 0.18 0 0.05 0.36
HSL 163.45º 0.13% 0.58% -
HSV(B) 163.45º 0.18% 0.64% -
XYZ 28.43 33.16 35.47 -
YUV 152.42 128.89 114.15 -
System Red Green Blue C M Y K H S L
Decimal 133 162 154 0.18 0 0.05 0.36 163.45 0.13 0.58
Hex 85 A2 9A 12 0 5 24 A3 D 3A
Octal 205 242 232 22 0 5 44 243 15 72
Binary 10000101 10100010 10011010 10010 0 101 100100 10100011 1101 111010

Color Harmonies of #85A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A29A

Black with #85A29A

Text Example


Text Example

White with #85A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85A29A; }

 p { color: rgb(133,162,154); }

 H1.HeaderClassName
 {
   color: #85A29A;
 }
 .AnyTagClassName
 {
   color: #85A29A;
 }
</style>

background-color css

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

 a { background-color: rgb(133,162,154); }

 div.DivClassName
 {
   background-color: #85A29A;
 }
 .BgClassName
 {
   background-color: #85A29A;
 }
</style>

border-color css

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

 span { border-color: rgb(133,162,154); }

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