Html Css Color HEX #9AB495 Mantle

📋 copy color: '#9AB495'

red 154 ◦ green 180 ◦ blue 149

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

Shades of Mantle #9AB495

Tints of Mantle #9AB495

RGB

 RED value IS 154 (60.55% from 255) = 31.88%

 GREEN value IS 180 (70.7% from 255) = 37.27%

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

R = 31.88%
G = 37.27%
B = 30.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#9AB495 (or 0x9AB495) is known color: Mantle. HEX triplet: 9A, B4 and 95. RGB value is (154,180,149). Sum of RGB (Red+Green+Blue) = 154+180+149=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB495 is #654B6A. Grayscale: #A8A8A8. Windows color (decimal): -6638443 or 9811098. OLE color: 9811098.

HSL color Cylindrical-coordinate representation of color #9AB495: hue angle of 110.32º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB495 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 154 180 149 -
CMYK 0.14 0 0.17 0.29
HSL 110.32º 0.17% 0.65% -
HSV(B) 110.32º 0.17% 0.71% -
XYZ 35.07 41.68 34.63 -
YUV 168.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 154 180 149 0.14 0 0.17 0.29 110.32 0.17 0.65
Hex 9A B4 95 E 0 11 1D 6E 11 41
Octal 232 264 225 16 0 21 35 156 21 101
Binary 10011010 10110100 10010101 1110 0 10001 11101 1101110 10001 1000001

Color Harmonies of #9AB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB495

Black with #9AB495

Text Example


Text Example

White with #9AB495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,149); }

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

background-color css

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

 a { background-color: rgb(154,180,149); }

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

border-color css

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

 span { border-color: rgb(154,180,149); }

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