Html Css Color HEX #9BA996 Mantle

📋 copy color: '#9BA996'

red 155 ◦ green 169 ◦ blue 150

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

Shades of Mantle #9BA996

Tints of Mantle #9BA996

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.65%

 BLUE value IS 150 (58.98% from 255) = 31.65%

R = 32.7%
G = 35.65%
B = 31.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#9BA996 (or 0x9BA996) is known color: Mantle. HEX triplet: 9B, A9 and 96. RGB value is (155,169,150). Sum of RGB (Red+Green+Blue) = 155+169+150=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA996 is #645669. Grayscale: #A2A2A2. Windows color (decimal): -6575722 or 9873819. OLE color: 9873819.

HSL color Cylindrical-coordinate representation of color #9BA996: hue angle of 104.21º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9BA996 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 150 -
CMYK 0.08 0 0.11 0.34
HSL 104.21º 0.1% 0.63% -
HSV(B) 104.21º 0.11% 0.66% -
XYZ 33.21 37.55 34.35 -
YUV 162.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 155 169 150 0.08 0 0.11 0.34 104.21 0.1 0.63
Hex 9B A9 96 8 0 B 22 68 A 3F
Octal 233 251 226 10 0 13 42 150 12 77
Binary 10011011 10101001 10010110 1000 0 1011 100010 1101000 1010 111111

Color Harmonies of #9BA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA996

Black with #9BA996

Text Example


Text Example

White with #9BA996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,169,150); }

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

background-color css

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

 a { background-color: rgb(155,169,150); }

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

border-color css

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

 span { border-color: rgb(155,169,150); }

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