Html Css Color HEX #8BA198 Cascade

📋 copy color: '#8BA198'

red 139 ◦ green 161 ◦ blue 152

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

Shades of Cascade #8BA198

Tints of Cascade #8BA198

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

 BLUE value IS 152 (59.77% from 255) = 33.63%

R = 30.75%
G = 35.62%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#8BA198 (or 0x8BA198) is known color: Cascade. HEX triplet: 8B, A1 and 98. RGB value is (139,161,152). Sum of RGB (Red+Green+Blue) = 139+161+152=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA198 is #745E67. Grayscale: #999999. Windows color (decimal): -7626344 or 10002827. OLE color: 10002827.

HSL color Cylindrical-coordinate representation of color #8BA198: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8BA198 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 161 152 -
CMYK 0.14 0 0.06 0.37
HSL 155.45º 0.1% 0.59% -
HSV(B) 155.45º 0.14% 0.63% -
XYZ 29.06 33.25 34.59 -
YUV 153.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 139 161 152 0.14 0 0.06 0.37 155.45 0.1 0.59
Hex 8B A1 98 E 0 6 25 9B A 3B
Octal 213 241 230 16 0 6 45 233 12 73
Binary 10001011 10100001 10011000 1110 0 110 100101 10011011 1010 111011

Color Harmonies of #8BA198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA198

Black with #8BA198

Text Example


Text Example

White with #8BA198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,161,152); }

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

background-color css

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

 a { background-color: rgb(139,161,152); }

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

border-color css

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

 span { border-color: rgb(139,161,152); }

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