#9BBBB0

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

Shades of Shadow Green #9BBBB0

Tints of Shadow Green #9BBBB0

Color information

#9BBBB0 (or 0x9BBBB0) is unknown color: approx Shadow Green. HEX triplet: 9B, BB and B0. RGB value is (155,187,176). Sum of RGB (Red+Green+Blue) = 155+187+176=518 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.92% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 176 (69.14% from 255 or 33.98% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBB0 is #64444F. Grayscale: #B0B0B0. Windows color (decimal): -6571088 or 11582363. OLE color: 11582363.

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

Color convert

RGB155187176-
CMYK0.1700.060.27
HSL159.37º19.05%67.06%-
HSV(B)159.37º17.11%73.33%-
XYZ39.1245.6447.82-
YUV176.18127.9112.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.92%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 176 (69.14% from 255) = 33.98%
R=29.92%
G=36.10%
B=33.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871760.1700.060.27159.3719.0567.06
Hex9BBBB011061B9f1343
Octal23327326021063323723103
Binary1001101110111011101100001000101101101110011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,176); }

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

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

 a { background-color: rgb(155,187,176); }

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

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

 span { border-color: rgb(155,187,176); }

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