#9BBDBA

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

Shades of Shadow Green #9BBDBA

Tints of Shadow Green #9BBDBA

Color information

#9BBDBA (or 0x9BBDBA) is unknown color: approx Shadow Green. HEX triplet: 9B, BD and BA. RGB value is (155,189,186). Sum of RGB (Red+Green+Blue) = 155+189+186=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBDBA is #644245. Grayscale: #B2B2B2. Windows color (decimal): -6570566 or 12238235. OLE color: 12238235.

HSL color Cylindrical-coordinate representation of color #9BBDBA: hue angle of 174.71º 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 #9BBDBA is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB155189186-
CMYK0.1800.020.26
HSL174.71º20.48%67.45%-
HSV(B)174.71º17.99%74.12%-
XYZ40.5846.9153.37-
YUV178.49132.24111.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=29.25%
G=35.66%
B=35.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551891860.1800.020.26174.7120.4867.45
Hex9BBDBA12021Aaf1443
Octal23327527222023225724103
Binary100110111011110110111010100100101101010101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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