#9BBCBA

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

Shades of Shadow Green #9BBCBA

Tints of Shadow Green #9BBCBA

Color information

#9BBCBA (or 0x9BBCBA) is unknown color: approx Shadow Green. HEX triplet: 9B, BC and BA. RGB value is (155,188,186). Sum of RGB (Red+Green+Blue) = 155+188+186=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCBA is #644345. Grayscale: #B1B1B1. Windows color (decimal): -6570822 or 12237979. OLE color: 12237979.

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

Color convert

RGB155188186-
CMYK0.1800.010.26
HSL176.36º19.76%67.25%-
HSV(B)176.36º17.55%73.73%-
XYZ40.3646.4853.3-
YUV177.9132.57111.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 188 (73.83% from 255) = 35.54%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=29.30%
G=35.54%
B=35.16%

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
Decimal1551881860.1800.010.26176.3619.7667.25
Hex9BBCBA12011Ab01443
Octal23327427222013226024103
Binary10011011101111001011101010010011101010110000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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