#9ABCBA

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

Shades of Shadow Green #9ABCBA

Tints of Shadow Green #9ABCBA

Color information

#9ABCBA (or 0x9ABCBA) is unknown color: approx Shadow Green. HEX triplet: 9A, BC and BA. RGB value is (154,188,186). Sum of RGB (Red+Green+Blue) = 154+188+186=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABCBA is #654345. Grayscale: #B1B1B1. Windows color (decimal): -6636358 or 12237978. OLE color: 12237978.

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

Color convert

RGB154188186-
CMYK0.1800.010.26
HSL176.47º20.24%67.06%-
HSV(B)176.47º18.09%73.73%-
XYZ40.1746.3853.29-
YUV177.61132.74111.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 186 (73.05% from 255) = 35.23%
R=29.17%
G=35.61%
B=35.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881860.1800.010.26176.4720.2467.06
Hex9ABCBA12011Ab01443
Octal23227427222013226024103
Binary10011010101111001011101010010011101010110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,186); }

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

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

 a { background-color: rgb(154,188,186); }

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

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

 span { border-color: rgb(154,188,186); }

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