#9ABEB1

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

Shades of Shadow Green #9ABEB1

Tints of Shadow Green #9ABEB1

Color information

#9ABEB1 (or 0x9ABEB1) is unknown color: approx Shadow Green. HEX triplet: 9A, BE and B1. RGB value is (154,190,177). Sum of RGB (Red+Green+Blue) = 154+190+177=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #9ABEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABEB1 is #65414E. Grayscale: #B1B1B1. Windows color (decimal): -6635855 or 11648666. OLE color: 11648666.

HSL color Cylindrical-coordinate representation of color #9ABEB1: hue angle of 158.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9ABEB1 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB154190177-
CMYK0.1900.070.25
HSL158.33º21.69%67.45%-
HSV(B)158.33º18.95%74.51%-
XYZ39.6846.8748.55-
YUV177.75127.57111.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 177 (69.53% from 255) = 33.97%
R=29.56%
G=36.47%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541901770.1900.070.25158.3321.6967.45
Hex9ABEB11307199e1643
Octal23227626123073123626103
Binary1001101010111110101100011001101111100110011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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