#9BBBB2

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

Shades of Shadow Green #9BBBB2

Tints of Shadow Green #9BBBB2

Color information

#9BBBB2 (or 0x9BBBB2) is unknown color: approx Shadow Green. HEX triplet: 9B, BB and B2. RGB value is (155,187,178). Sum of RGB (Red+Green+Blue) = 155+187+178=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBBB2 is #64444D. Grayscale: #B0B0B0. Windows color (decimal): -6571086 or 11713435. OLE color: 11713435.

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

Color convert

RGB155187178-
CMYK0.1700.050.27
HSL163.12º19.05%67.06%-
HSV(B)163.12º17.11%73.33%-
XYZ39.3245.7248.87-
YUV176.41128.9112.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.81%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 178 (69.92% from 255) = 34.23%
R=29.81%
G=35.96%
B=34.23%

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
Decimal1551871780.1700.050.27163.1219.0567.06
Hex9BBBB211051Ba31343
Octal23327326221053324323103
Binary1001101110111011101100101000101011101110100011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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