#9BBAB5

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

Shades of Shadow Green #9BBAB5

Tints of Shadow Green #9BBAB5

Color information

#9BBAB5 (or 0x9BBAB5) is unknown color: approx Shadow Green. HEX triplet: 9B, BA and B5. RGB value is (155,186,181). Sum of RGB (Red+Green+Blue) = 155+186+181=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBAB5 is #64454A. Grayscale: #B0B0B0. Windows color (decimal): -6571339 or 11909787. OLE color: 11909787.

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

Color convert

RGB155186181-
CMYK0.1700.030.27
HSL170.32º18.34%66.86%-
HSV(B)170.32º16.67%72.94%-
XYZ39.4245.4250.41-
YUV176.16130.73112.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 186 (73.05% from 255) = 35.63%
BLUE value IS 181 (71.09% from 255) = 34.67%
R=29.69%
G=35.63%
B=34.67%

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
Decimal1551861810.1700.030.27170.3218.3466.86
Hex9BBAB511031Baa1243
Octal23327226521033325222103
Binary100110111011101010110101100010111101110101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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