#9CBAB0

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

Shades of Shadow Green #9CBAB0

Tints of Shadow Green #9CBAB0

Color information

#9CBAB0 (or 0x9CBAB0) is unknown color: approx Shadow Green. HEX triplet: 9C, BA and B0. RGB value is (156,186,176). Sum of RGB (Red+Green+Blue) = 156+186+176=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBAB0 is #63454F. Grayscale: #AFAFAF. Windows color (decimal): -6505808 or 11582108. OLE color: 11582108.

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

Color convert

RGB156186176-
CMYK0.1600.050.27
HSL160º17.86%67.06%-
HSV(B)160º16.13%72.94%-
XYZ39.1145.3247.76-
YUV175.89128.06113.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.12%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=30.12%
G=35.91%
B=33.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861760.1600.050.2716017.8667.06
Hex9CBAB010051Ba01243
Octal23427226020053324022103
Binary1001110010111010101100001000001011101110100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,176); }

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

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

 a { background-color: rgb(156,186,176); }

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

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

 span { border-color: rgb(156,186,176); }

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