Html Css Color HEX #8BA99F Cascade

📋 copy color: '#8BA99F'

red 139 ◦ green 169 ◦ blue 159

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

Shades of Cascade #8BA99F

Tints of Cascade #8BA99F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.19%

 BLUE value IS 159 (62.5% from 255) = 34.05%

R = 29.76%
G = 36.19%
B = 34.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.34

RGB Variations

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

Color information

#8BA99F (or 0x8BA99F) is known color: Cascade. HEX triplet: 8B, A9 and 9F. RGB value is (139,169,159). Sum of RGB (Red+Green+Blue) = 139+169+159=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA99F is #745660. Grayscale: #9E9E9E. Windows color (decimal): -7624289 or 10463627. OLE color: 10463627.

HSL color Cylindrical-coordinate representation of color #8BA99F: hue angle of 160º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8BA99F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 159 -
CMYK 0.18 0 0.06 0.34
HSL 160º 0.15% 0.6% -
HSV(B) 160º 0.18% 0.66% -
XYZ 31.09 36.37 38.18 -
YUV 158.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 139 169 159 0.18 0 0.06 0.34 160 0.15 0.6
Hex 8B A9 9F 12 0 6 22 A0 F 3C
Octal 213 251 237 22 0 6 42 240 17 74
Binary 10001011 10101001 10011111 10010 0 110 100010 10100000 1111 111100

Color Harmonies of #8BA99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA99F

Black with #8BA99F

Text Example


Text Example

White with #8BA99F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,169,159); }

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

background-color css

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

 a { background-color: rgb(139,169,159); }

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

border-color css

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

 span { border-color: rgb(139,169,159); }

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