Html Css Color HEX #8BA99D Cascade

📋 copy color: '#8BA99D'

red 139 ◦ green 169 ◦ blue 157

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

Shades of Cascade #8BA99D

Tints of Cascade #8BA99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 29.89%
G = 36.34%
B = 33.76%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#8BA99D (or 0x8BA99D) is known color: Cascade. HEX triplet: 8B, A9 and 9D. RGB value is (139,169,157). Sum of RGB (Red+Green+Blue) = 139+169+157=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 169 - color contains mainly: green. Hex color #8BA99D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA99D is #745662. Grayscale: #9E9E9E. Windows color (decimal): -7624291 or 10332555. OLE color: 10332555.

HSL color Cylindrical-coordinate representation of color #8BA99D: hue angle of 156º 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 #8BA99D is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 139 169 157 -
CMYK 0.18 0 0.07 0.34
HSL 156º 0.15% 0.6% -
HSV(B) 156º 0.18% 0.66% -
XYZ 30.92 36.3 37.28 -
YUV 158.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 139 169 157 0.18 0 0.07 0.34 156 0.15 0.6
Hex 8B A9 9D 12 0 7 22 9C F 3C
Octal 213 251 235 22 0 7 42 234 17 74
Binary 10001011 10101001 10011101 10010 0 111 100010 10011100 1111 111100

Color Harmonies of #8BA99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA99D

Black with #8BA99D

Text Example


Text Example

White with #8BA99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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