#9BBBB5

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

Shades of Shadow Green #9BBBB5

Tints of Shadow Green #9BBBB5

Color information

#9BBBB5 (or 0x9BBBB5) is unknown color: approx Shadow Green. HEX triplet: 9B, BB and B5. RGB value is (155,187,181). Sum of RGB (Red+Green+Blue) = 155+187+181=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBBB5 is #64444A. Grayscale: #B0B0B0. Windows color (decimal): -6571083 or 11910043. OLE color: 11910043.

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

Color convert

RGB155187181-
CMYK0.1700.030.27
HSL168.75º19.05%67.06%-
HSV(B)168.75º17.11%73.33%-
XYZ39.6345.8550.48-
YUV176.75130.4112.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.64%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=29.64%
G=35.76%
B=34.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871810.1700.030.27168.7519.0567.06
Hex9BBBB511031Ba91343
Octal23327326521033325123103
Binary100110111011101110110101100010111101110101001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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