#9BBCB7

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

Shades of Shadow Green #9BBCB7

Tints of Shadow Green #9BBCB7

Color information

#9BBCB7 (or 0x9BBCB7) is unknown color: approx Shadow Green. HEX triplet: 9B, BC and B7. RGB value is (155,188,183). Sum of RGB (Red+Green+Blue) = 155+188+183=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 183 (71.88% from 255 or 34.79% from 526); Max value from RGB is 188 - color contains mainly: green. Hex color #9BBCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBCB7 is #644348. Grayscale: #B1B1B1. Windows color (decimal): -6570825 or 12041371. OLE color: 12041371.

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

Color convert

RGB155188183-
CMYK0.1800.030.26
HSL170.91º19.76%67.25%-
HSV(B)170.91º17.55%73.73%-
XYZ40.0546.3551.64-
YUV177.56131.07111.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 188 (73.83% from 255) = 35.74%
BLUE value IS 183 (71.88% from 255) = 34.79%
R=29.47%
G=35.74%
B=34.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551881830.1800.030.26170.9119.7667.25
Hex9BBCB712031Aab1443
Octal23327426722033225324103
Binary100110111011110010110111100100111101010101011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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