Html Css Color HEX #8BA79D Cascade

📋 copy color: '#8BA79D'

red 139 ◦ green 167 ◦ blue 157

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

Shades of Cascade #8BA79D

Tints of Cascade #8BA79D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.07%

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

R = 30.02%
G = 36.07%
B = 33.91%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#8BA79D (or 0x8BA79D) is known color: Cascade. HEX triplet: 8B, A7 and 9D. RGB value is (139,167,157). Sum of RGB (Red+Green+Blue) = 139+167+157=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA79D is #745862. Grayscale: #9D9D9D. Windows color (decimal): -7624803 or 10332043. OLE color: 10332043.

HSL color Cylindrical-coordinate representation of color #8BA79D: hue angle of 158.57º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA79D is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 139 167 157 -
CMYK 0.17 0 0.06 0.35
HSL 158.57º 0.14% 0.6% -
HSV(B) 158.57º 0.17% 0.65% -
XYZ 30.55 35.56 37.15 -
YUV 157.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 139 167 157 0.17 0 0.06 0.35 158.57 0.14 0.6
Hex 8B A7 9D 11 0 6 23 9F E 3C
Octal 213 247 235 21 0 6 43 237 16 74
Binary 10001011 10100111 10011101 10001 0 110 100011 10011111 1110 111100

Color Harmonies of #8BA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA79D

Black with #8BA79D

Text Example


Text Example

White with #8BA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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