Html Css Color HEX #8BA29C Cascade

📋 copy color: '#8BA29C'

red 139 ◦ green 162 ◦ blue 156

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

Shades of Cascade #8BA29C

Tints of Cascade #8BA29C

RGB

 RED value IS 139 (54.69% from 255) = 30.42%

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

 BLUE value IS 156 (61.33% from 255) = 34.14%

R = 30.42%
G = 35.45%
B = 34.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#8BA29C (or 0x8BA29C) is known color: Cascade. HEX triplet: 8B, A2 and 9C. RGB value is (139,162,156). Sum of RGB (Red+Green+Blue) = 139+162+156=457 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.42% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA29C is #745D63. Grayscale: #9A9A9A. Windows color (decimal): -7626084 or 10265227. OLE color: 10265227.

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

Color convert

RGB 139 162 156 -
CMYK 0.14 0 0.04 0.36
HSL 164.35º 0.11% 0.59% -
HSV(B) 164.35º 0.14% 0.64% -
XYZ 29.57 33.73 36.4 -
YUV 154.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 139 162 156 0.14 0 0.04 0.36 164.35 0.11 0.59
Hex 8B A2 9C E 0 4 24 A4 B 3B
Octal 213 242 234 16 0 4 44 244 13 73
Binary 10001011 10100010 10011100 1110 0 100 100100 10100100 1011 111011

Color Harmonies of #8BA29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA29C

Black with #8BA29C

Text Example


Text Example

White with #8BA29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,162,156); }

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

background-color css

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

 a { background-color: rgb(139,162,156); }

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

border-color css

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

 span { border-color: rgb(139,162,156); }

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