Html Css Color HEX #9AB094 Mantle

📋 copy color: '#9AB094'

red 154 ◦ green 176 ◦ blue 148

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

Shades of Mantle #9AB094

Tints of Mantle #9AB094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 32.22%
G = 36.82%
B = 30.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#9AB094 (or 0x9AB094) is known color: Mantle. HEX triplet: 9A, B0 and 94. RGB value is (154,176,148). Sum of RGB (Red+Green+Blue) = 154+176+148=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AB094 is #654F6B. Grayscale: #A6A6A6. Windows color (decimal): -6639468 or 9744538. OLE color: 9744538.

HSL color Cylindrical-coordinate representation of color #9AB094: hue angle of 107.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AB094 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 148 -
CMYK 0.12 0 0.16 0.31
HSL 107.14º 0.15% 0.64% -
HSV(B) 107.14º 0.16% 0.69% -
XYZ 34.2 40.06 33.95 -
YUV 166.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 154 176 148 0.12 0 0.16 0.31 107.14 0.15 0.64
Hex 9A B0 94 C 0 10 1F 6B F 40
Octal 232 260 224 14 0 20 37 153 17 100
Binary 10011010 10110000 10010100 1100 0 10000 11111 1101011 1111 1000000

Color Harmonies of #9AB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB094

Black with #9AB094

Text Example


Text Example

White with #9AB094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,148); }

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

background-color css

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

 a { background-color: rgb(154,176,148); }

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

border-color css

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

 span { border-color: rgb(154,176,148); }

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