#9BBBB1

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

Shades of Shadow Green #9BBBB1

Tints of Shadow Green #9BBBB1

Color information

#9BBBB1 (or 0x9BBBB1) is unknown color: approx Shadow Green. HEX triplet: 9B, BB and B1. RGB value is (155,187,177). Sum of RGB (Red+Green+Blue) = 155+187+177=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 177 (69.53% from 255 or 34.10% from 519); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBB1 is #64444E. Grayscale: #B0B0B0. Windows color (decimal): -6571087 or 11647899. OLE color: 11647899.

HSL color Cylindrical-coordinate representation of color #9BBBB1: hue angle of 161.25º 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 #9BBBB1 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB155187177-
CMYK0.1700.050.27
HSL161.25º19.05%67.06%-
HSV(B)161.25º17.11%73.33%-
XYZ39.2245.6848.35-
YUV176.29128.4112.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 187 (73.44% from 255) = 36.03%
BLUE value IS 177 (69.53% from 255) = 34.10%
R=29.87%
G=36.03%
B=34.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871770.1700.050.27161.2519.0567.06
Hex9BBBB111051Ba11343
Octal23327326121053324123103
Binary1001101110111011101100011000101011101110100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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