#9BBEB1

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

Shades of Shadow Green #9BBEB1

Tints of Shadow Green #9BBEB1

Color information

#9BBEB1 (or 0x9BBEB1) is unknown color: approx Shadow Green. HEX triplet: 9B, BE and B1. RGB value is (155,190,177). Sum of RGB (Red+Green+Blue) = 155+190+177=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBEB1 is #64414E. Grayscale: #B2B2B2. Windows color (decimal): -6570319 or 11648667. OLE color: 11648667.

HSL color Cylindrical-coordinate representation of color #9BBEB1: hue angle of 157.71º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BBEB1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB155190177-
CMYK0.1800.070.25
HSL157.71º21.21%67.65%-
HSV(B)157.71º18.42%74.51%-
XYZ39.8746.9748.56-
YUV178.05127.4111.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=29.69%
G=36.40%
B=33.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901770.1800.070.25157.7121.2167.65
Hex9BBEB11207199e1544
Octal23327626122073123625104
Binary1001101110111110101100011001001111100110011110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,177); }

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

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

 a { background-color: rgb(155,190,177); }

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

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

 span { border-color: rgb(155,190,177); }

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