Html Css Color HEX #8BA488 Mantle

📋 copy color: '#8BA488'

red 139 ◦ green 164 ◦ blue 136

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

Shades of Mantle #8BA488

Tints of Mantle #8BA488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.36%

 BLUE value IS 136 (53.52% from 255) = 30.98%

R = 31.66%
G = 37.36%
B = 30.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#8BA488 (or 0x8BA488) is known color: Mantle. HEX triplet: 8B, A4 and 88. RGB value is (139,164,136). Sum of RGB (Red+Green+Blue) = 139+164+136=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 136 (53.52% from 255 or 30.98% from 439); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA488 is #745B77. Grayscale: #999999. Windows color (decimal): -7625592 or 8955019. OLE color: 8955019.

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

Color convert

RGB 139 164 136 -
CMYK 0.15 0 0.17 0.36
HSL 113.57º 0.13% 0.59% -
HSV(B) 113.57º 0.17% 0.64% -
XYZ 28.37 33.82 28.32 -
YUV 153.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 139 164 136 0.15 0 0.17 0.36 113.57 0.13 0.59
Hex 8B A4 88 F 0 11 24 72 D 3B
Octal 213 244 210 17 0 21 44 162 15 73
Binary 10001011 10100100 10001000 1111 0 10001 100100 1110010 1101 111011

Color Harmonies of #8BA488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA488

Black with #8BA488

Text Example


Text Example

White with #8BA488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,164,136); }

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

background-color css

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

 a { background-color: rgb(139,164,136); }

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

border-color css

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

 span { border-color: rgb(139,164,136); }

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