#9ABBB2

Color #9ABBB2 Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #9ABBB2

Tints of Shadow Green #9ABBB2

Color information

#9ABBB2 (or 0x9ABBB2) is unknown color: approx Shadow Green. HEX triplet: 9A, BB and B2. RGB value is (154,187,178). Sum of RGB (Red+Green+Blue) = 154+187+178=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABBB2 is #65444D. Grayscale: #B0B0B0. Windows color (decimal): -6636622 or 11713434. OLE color: 11713434.

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

Color convert

RGB154187178-
CMYK0.1800.050.27
HSL163.64º19.53%66.86%-
HSV(B)163.64º17.65%73.33%-
XYZ39.1345.6348.86-
YUV176.11129.07112.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 178 (69.92% from 255) = 34.30%
R=29.67%
G=36.03%
B=34.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541871780.1800.050.27163.6419.5366.86
Hex9ABBB212051Ba41443
Octal23227326222053324424103
Binary1001101010111011101100101001001011101110100100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,178); }

 H1.HeaderClassName
 {
   color: #9ABBB2;
 }
 .AnyTagClassName
 {
   color: #9ABBB2;
 }
</style>
background-color css

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

 a { background-color: rgb(154,187,178); }

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

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

 span { border-color: rgb(154,187,178); }

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