Html Css Color HEX #9BAC96 Mantle

📋 copy color: '#9BAC96'

red 155 ◦ green 172 ◦ blue 150

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

Shades of Mantle #9BAC96

Tints of Mantle #9BAC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.06%

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

R = 32.49%
G = 36.06%
B = 31.45%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#9BAC96 (or 0x9BAC96) is known color: Mantle. HEX triplet: 9B, AC and 96. RGB value is (155,172,150). Sum of RGB (Red+Green+Blue) = 155+172+150=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAC96 is #645369. Grayscale: #A4A4A4. Windows color (decimal): -6574954 or 9874587. OLE color: 9874587.

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

Color convert

RGB 155 172 150 -
CMYK 0.10 0 0.13 0.33
HSL 106.36º 0.12% 0.63% -
HSV(B) 106.36º 0.13% 0.67% -
XYZ 33.78 38.68 34.54 -
YUV 164.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 155 172 150 0.10 0 0.13 0.33 106.36 0.12 0.63
Hex 9B AC 96 A 0 D 21 6A C 3F
Octal 233 254 226 12 0 15 41 152 14 77
Binary 10011011 10101100 10010110 1010 0 1101 100001 1101010 1100 111111

Color Harmonies of #9BAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC96

Black with #9BAC96

Text Example


Text Example

White with #9BAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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