Html Css Color HEX #9BA595 Mantle

📋 copy color: '#9BA595'

red 155 ◦ green 165 ◦ blue 149

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

Shades of Mantle #9BA595

Tints of Mantle #9BA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.18%

 BLUE value IS 149 (58.59% from 255) = 31.77%

R = 33.05%
G = 35.18%
B = 31.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#9BA595 (or 0x9BA595) is known color: Mantle. HEX triplet: 9B, A5 and 95. RGB value is (155,165,149). Sum of RGB (Red+Green+Blue) = 155+165+149=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA595 is #645A6A. Grayscale: #A0A0A0. Windows color (decimal): -6576747 or 9807259. OLE color: 9807259.

HSL color Cylindrical-coordinate representation of color #9BA595: hue angle of 97.5º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9BA595 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 149 -
CMYK 0.06 0 0.10 0.35
HSL 97.5º 0.08% 0.62% -
HSV(B) 97.5º 0.1% 0.65% -
XYZ 32.4 36.05 33.68 -
YUV 160.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 155 165 149 0.06 0 0.10 0.35 97.5 0.08 0.62
Hex 9B A5 95 6 0 A 23 62 8 3E
Octal 233 245 225 6 0 12 43 142 10 76
Binary 10011011 10100101 10010101 110 0 1010 100011 1100010 1000 111110

Color Harmonies of #9BA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA595

Black with #9BA595

Text Example


Text Example

White with #9BA595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,165,149); }

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

background-color css

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

 a { background-color: rgb(155,165,149); }

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

border-color css

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

 span { border-color: rgb(155,165,149); }

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