Html Css Color HEX #9AB9B1 Shadow Green

📋 copy color: '#9AB9B1'

red 154 ◦ green 185 ◦ blue 177

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

Shades of Shadow Green #9AB9B1

Tints of Shadow Green #9AB9B1

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.85%

 BLUE value IS 177 (69.53% from 255) = 34.3%

R = 29.84%
G = 35.85%
B = 34.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#9AB9B1 (or 0x9AB9B1) is known color: Shadow Green. HEX triplet: 9A, B9 and B1. RGB value is (154,185,177). Sum of RGB (Red+Green+Blue) = 154+185+177=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB9B1 is #65464E. Grayscale: #AEAEAE. Windows color (decimal): -6637135 or 11647386. OLE color: 11647386.

HSL color Cylindrical-coordinate representation of color #9AB9B1: hue angle of 164.52º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9AB9B1 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 177 -
CMYK 0.17 0 0.04 0.27
HSL 164.52º 0.18% 0.66% -
HSV(B) 164.52º 0.17% 0.73% -
XYZ 38.61 44.74 48.2 -
YUV 174.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 154 185 177 0.17 0 0.04 0.27 164.52 0.18 0.66
Hex 9A B9 B1 11 0 4 1B A5 12 42
Octal 232 271 261 21 0 4 33 245 22 102
Binary 10011010 10111001 10110001 10001 0 100 11011 10100101 10010 1000010

Color Harmonies of #9AB9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9B1

Black with #9AB9B1

Text Example


Text Example

White with #9AB9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,185,177); }

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

background-color css

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

 a { background-color: rgb(154,185,177); }

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

border-color css

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

 span { border-color: rgb(154,185,177); }

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