Html Css Color HEX #8AA299 Cascade

📋 copy color: '#8AA299'

red 138 ◦ green 162 ◦ blue 153

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

Shades of Cascade #8AA299

Tints of Cascade #8AA299

RGB

 RED value IS 138 (54.3% from 255) = 30.46%

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

 BLUE value IS 153 (60.16% from 255) = 33.77%

R = 30.46%
G = 35.76%
B = 33.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#8AA299 (or 0x8AA299) is known color: Cascade. HEX triplet: 8A, A2 and 99. RGB value is (138,162,153). Sum of RGB (Red+Green+Blue) = 138+162+153=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA299 is #755D66. Grayscale: #999999. Windows color (decimal): -7691623 or 10068618. OLE color: 10068618.

HSL color Cylindrical-coordinate representation of color #8AA299: hue angle of 157.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8AA299 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 153 -
CMYK 0.15 0 0.06 0.36
HSL 157.5º 0.11% 0.59% -
HSV(B) 157.5º 0.15% 0.64% -
XYZ 29.15 33.54 35.08 -
YUV 153.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 138 162 153 0.15 0 0.06 0.36 157.5 0.11 0.59
Hex 8A A2 99 F 0 6 24 9E B 3B
Octal 212 242 231 17 0 6 44 236 13 73
Binary 10001010 10100010 10011001 1111 0 110 100100 10011110 1011 111011

Color Harmonies of #8AA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA299

Black with #8AA299

Text Example


Text Example

White with #8AA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA299; }

 p { color: rgb(138,162,153); }

 H1.HeaderClassName
 {
   color: #8AA299;
 }
 .AnyTagClassName
 {
   color: #8AA299;
 }
</style>

background-color css

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

 a { background-color: rgb(138,162,153); }

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

border-color css

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

 span { border-color: rgb(138,162,153); }

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