Html Css Color HEX #9BAF91 Mantle

📋 copy color: '#9BAF91'

red 155 ◦ green 175 ◦ blue 145

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

Shades of Mantle #9BAF91

Tints of Mantle #9BAF91

RGB

 RED value IS 155 (60.94% from 255) = 32.63%

 GREEN value IS 175 (68.75% from 255) = 36.84%

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 32.63%
G = 36.84%
B = 30.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#9BAF91 (or 0x9BAF91) is known color: Mantle. HEX triplet: 9B, AF and 91. RGB value is (155,175,145). Sum of RGB (Red+Green+Blue) = 155+175+145=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF91 is #64506E. Grayscale: #A5A5A5. Windows color (decimal): -6574191 or 9547675. OLE color: 9547675.

HSL color Cylindrical-coordinate representation of color #9BAF91: hue angle of 100º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BAF91 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 145 -
CMYK 0.11 0 0.17 0.31
HSL 100º 0.16% 0.63% -
HSV(B) 100º 0.17% 0.69% -
XYZ 33.96 39.67 32.66 -
YUV 165.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 155 175 145 0.11 0 0.17 0.31 100 0.16 0.63
Hex 9B AF 91 B 0 11 1F 64 10 3F
Octal 233 257 221 13 0 21 37 144 20 77
Binary 10011011 10101111 10010001 1011 0 10001 11111 1100100 10000 111111

Color Harmonies of #9BAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF91

Black with #9BAF91

Text Example


Text Example

White with #9BAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BAF91; }

 p { color: rgb(155,175,145); }

 H1.HeaderClassName
 {
   color: #9BAF91;
 }
 .AnyTagClassName
 {
   color: #9BAF91;
 }
</style>

background-color css

<style>
 a { background-color: #9BAF91; }

 a { background-color: rgb(155,175,145); }

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

border-color css

<style>
 span { border-color: #9BAF91; }

 span { border-color: rgb(155,175,145); }

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