Html Css Color HEX #9BAA93 Mantle

📋 copy color: '#9BAA93'

red 155 ◦ green 170 ◦ blue 147

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

Shades of Mantle #9BAA93

Tints of Mantle #9BAA93

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 147 (57.81% from 255) = 31.14%

R = 32.84%
G = 36.02%
B = 31.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#9BAA93 (or 0x9BAA93) is known color: Mantle. HEX triplet: 9B, AA and 93. RGB value is (155,170,147). Sum of RGB (Red+Green+Blue) = 155+170+147=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #9BAA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAA93 is #64556C. Grayscale: #A2A2A2. Windows color (decimal): -6575469 or 9677467. OLE color: 9677467.

HSL color Cylindrical-coordinate representation of color #9BAA93: hue angle of 99.13º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BAA93 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 170 147 -
CMYK 0.09 0 0.14 0.33
HSL 99.13º 0.12% 0.62% -
HSV(B) 99.13º 0.14% 0.67% -
XYZ 33.16 37.82 33.16 -
YUV 162.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 155 170 147 0.09 0 0.14 0.33 99.13 0.12 0.62
Hex 9B AA 93 9 0 E 21 63 C 3E
Octal 233 252 223 11 0 16 41 143 14 76
Binary 10011011 10101010 10010011 1001 0 1110 100001 1100011 1100 111110

Color Harmonies of #9BAA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAA93

Black with #9BAA93

Text Example


Text Example

White with #9BAA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,170,147); }

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

background-color css

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

 a { background-color: rgb(155,170,147); }

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

border-color css

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

 span { border-color: rgb(155,170,147); }

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