Html Css Color HEX #8BA087 Mantle

📋 copy color: '#8BA087'

red 139 ◦ green 160 ◦ blue 135

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

Shades of Mantle #8BA087

Tints of Mantle #8BA087

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.87%

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 32.03%
G = 36.87%
B = 31.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#8BA087 (or 0x8BA087) is known color: Mantle. HEX triplet: 8B, A0 and 87. RGB value is (139,160,135). Sum of RGB (Red+Green+Blue) = 139+160+135=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA087 is #745F78. Grayscale: #969696. Windows color (decimal): -7626617 or 8888459. OLE color: 8888459.

HSL color Cylindrical-coordinate representation of color #8BA087: hue angle of 110.4º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA087 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 160 135 -
CMYK 0.13 0 0.16 0.37
HSL 110.4º 0.12% 0.58% -
HSV(B) 110.4º 0.16% 0.63% -
XYZ 27.59 32.38 27.72 -
YUV 150.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 139 160 135 0.13 0 0.16 0.37 110.4 0.12 0.58
Hex 8B A0 87 D 0 10 25 6E C 3A
Octal 213 240 207 15 0 20 45 156 14 72
Binary 10001011 10100000 10000111 1101 0 10000 100101 1101110 1100 111010

Color Harmonies of #8BA087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA087

Black with #8BA087

Text Example


Text Example

White with #8BA087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,160,135); }

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

background-color css

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

 a { background-color: rgb(139,160,135); }

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

border-color css

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

 span { border-color: rgb(139,160,135); }

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