#9BBDBB

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

Shades of Shadow Green #9BBDBB

Tints of Shadow Green #9BBDBB

Color information

#9BBDBB (or 0x9BBDBB) is unknown color: approx Shadow Green. HEX triplet: 9B, BD and BB. RGB value is (155,189,187). Sum of RGB (Red+Green+Blue) = 155+189+187=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 187 (73.44% from 255 or 35.22% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDBB is #644244. Grayscale: #B2B2B2. Windows color (decimal): -6570565 or 12303771. OLE color: 12303771.

HSL color Cylindrical-coordinate representation of color #9BBDBB: hue angle of 176.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBDBB is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB155189187-
CMYK0.1800.010.26
HSL176.47º20.48%67.45%-
HSV(B)176.47º17.99%74.12%-
XYZ40.6846.9553.93-
YUV178.61132.74111.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 187 (73.44% from 255) = 35.22%
R=29.19%
G=35.59%
B=35.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891870.1800.010.26176.4720.4867.45
Hex9BBDBB12011Ab01443
Octal23327527322013226024103
Binary10011011101111011011101110010011101010110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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