Html Css Color HEX #9AB9B4 Shadow Green

📋 copy color: '#9AB9B4'

red 154 ◦ green 185 ◦ blue 180

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

Shades of Shadow Green #9AB9B4

Tints of Shadow Green #9AB9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.68%

R = 29.67%
G = 35.65%
B = 34.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#9AB9B4 (or 0x9AB9B4) is known color: Shadow Green. HEX triplet: 9A, B9 and B4. RGB value is (154,185,180). Sum of RGB (Red+Green+Blue) = 154+185+180=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB9B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AB9B4 is #65464B. Grayscale: #AFAFAF. Windows color (decimal): -6637132 or 11843994. OLE color: 11843994.

HSL color Cylindrical-coordinate representation of color #9AB9B4: hue angle of 170.32º 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 #9AB9B4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 180 -
CMYK 0.17 0 0.03 0.27
HSL 170.32º 0.18% 0.66% -
HSV(B) 170.32º 0.17% 0.73% -
XYZ 38.91 44.86 49.79 -
YUV 175.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 154 185 180 0.17 0 0.03 0.27 170.32 0.18 0.66
Hex 9A B9 B4 11 0 3 1B AA 12 42
Octal 232 271 264 21 0 3 33 252 22 102
Binary 10011010 10111001 10110100 10001 0 11 11011 10101010 10010 1000010

Color Harmonies of #9AB9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9B4

Black with #9AB9B4

Text Example


Text Example

White with #9AB9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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