Html Css Color HEX #9BAB93 Mantle

📋 copy color: '#9BAB93'

red 155 ◦ green 171 ◦ blue 147

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

Shades of Mantle #9BAB93

Tints of Mantle #9BAB93

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.15%

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

R = 32.77%
G = 36.15%
B = 31.08%

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

#9BAB93 (or 0x9BAB93) is known color: Mantle. HEX triplet: 9B, AB and 93. RGB value is (155,171,147). Sum of RGB (Red+Green+Blue) = 155+171+147=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB93 is #64546C. Grayscale: #A3A3A3. Windows color (decimal): -6575213 or 9677723. OLE color: 9677723.

HSL color Cylindrical-coordinate representation of color #9BAB93: hue angle of 100º 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 #9BAB93 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 147 -
CMYK 0.09 0 0.14 0.33
HSL 100º 0.13% 0.62% -
HSV(B) 100º 0.14% 0.67% -
XYZ 33.35 38.2 33.22 -
YUV 163.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 155 171 147 0.09 0 0.14 0.33 100 0.13 0.62
Hex 9B AB 93 9 0 E 21 64 C 3E
Octal 233 253 223 11 0 16 41 144 14 76
Binary 10011011 10101011 10010011 1001 0 1110 100001 1100100 1100 111110

Color Harmonies of #9BAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB93

Black with #9BAB93

Text Example


Text Example

White with #9BAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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