#9BBEB6

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

Shades of Shadow Green #9BBEB6

Tints of Shadow Green #9BBEB6

Color information

#9BBEB6 (or 0x9BBEB6) is unknown color: approx Shadow Green. HEX triplet: 9B, BE and B6. RGB value is (155,190,182). Sum of RGB (Red+Green+Blue) = 155+190+182=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEB6 is #644149. Grayscale: #B2B2B2. Windows color (decimal): -6570314 or 11976347. OLE color: 11976347.

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

Color convert

RGB155190182-
CMYK0.1800.040.25
HSL166.29º21.21%67.65%-
HSV(B)166.29º18.42%74.51%-
XYZ40.3747.1751.23-
YUV178.62129.9111.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.41%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 182 (71.48% from 255) = 34.54%
R=29.41%
G=36.05%
B=34.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901820.1800.040.25166.2921.2167.65
Hex9BBEB6120419a61544
Octal23327626622043124625104
Binary1001101110111110101101101001001001100110100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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