Html Css Color HEX #9BA496 Mantle

📋 copy color: '#9BA496'

red 155 ◦ green 164 ◦ blue 150

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

Shades of Mantle #9BA496

Tints of Mantle #9BA496

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 33.05%
G = 34.97%
B = 31.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#9BA496 (or 0x9BA496) is known color: Mantle. HEX triplet: 9B, A4 and 96. RGB value is (155,164,150). Sum of RGB (Red+Green+Blue) = 155+164+150=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA496 is #645B69. Grayscale: #9F9F9F. Windows color (decimal): -6577002 or 9872539. OLE color: 9872539.

HSL color Cylindrical-coordinate representation of color #9BA496: hue angle of 98.57º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9BA496 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 155 164 150 -
CMYK 0.05 0 0.09 0.36
HSL 98.57º 0.07% 0.62% -
HSV(B) 98.57º 0.09% 0.64% -
XYZ 32.3 35.72 34.05 -
YUV 159.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 155 164 150 0.05 0 0.09 0.36 98.57 0.07 0.62
Hex 9B A4 96 5 0 9 24 63 7 3E
Octal 233 244 226 5 0 11 44 143 7 76
Binary 10011011 10100100 10010110 101 0 1001 100100 1100011 111 111110

Color Harmonies of #9BA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA496

Black with #9BA496

Text Example


Text Example

White with #9BA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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