Html Css Color HEX #9BA197 Mantle

📋 copy color: '#9BA197'

red 155 ◦ green 161 ◦ blue 151

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

Shades of Mantle #9BA197

Tints of Mantle #9BA197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 33.19%
G = 34.48%
B = 32.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#9BA197 (or 0x9BA197) is known color: Mantle. HEX triplet: 9B, A1 and 97. RGB value is (155,161,151). Sum of RGB (Red+Green+Blue) = 155+161+151=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #9BA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA197 is #645E68. Grayscale: #9E9E9E. Windows color (decimal): -6577769 or 9937307. OLE color: 9937307.

HSL color Cylindrical-coordinate representation of color #9BA197: hue angle of 96º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA197 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 155 161 151 -
CMYK 0.04 0 0.06 0.37
HSL 96º 0.05% 0.61% -
HSV(B) 96º 0.06% 0.63% -
XYZ 31.85 34.69 34.3 -
YUV 158.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 155 161 151 0.04 0 0.06 0.37 96 0.05 0.61
Hex 9B A1 97 4 0 6 25 60 5 3D
Octal 233 241 227 4 0 6 45 140 5 75
Binary 10011011 10100001 10010111 100 0 110 100101 1100000 101 111101

Color Harmonies of #9BA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA197

Black with #9BA197

Text Example


Text Example

White with #9BA197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,161,151); }

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

background-color css

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

 a { background-color: rgb(155,161,151); }

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

border-color css

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

 span { border-color: rgb(155,161,151); }

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