#9BBEB4

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

Shades of Shadow Green #9BBEB4

Tints of Shadow Green #9BBEB4

Color information

#9BBEB4 (or 0x9BBEB4) is unknown color: approx Shadow Green. HEX triplet: 9B, BE and B4. RGB value is (155,190,180). Sum of RGB (Red+Green+Blue) = 155+190+180=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBEB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBEB4 is #64414B. Grayscale: #B2B2B2. Windows color (decimal): -6570316 or 11845275. OLE color: 11845275.

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

Color convert

RGB155190180-
CMYK0.1800.050.25
HSL162.86º21.21%67.65%-
HSV(B)162.86º18.42%74.51%-
XYZ40.1747.0950.15-
YUV178.4128.9111.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=29.52%
G=36.19%
B=34.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901800.1800.050.25162.8621.2167.65
Hex9BBEB4120519a31544
Octal23327626422053124325104
Binary1001101110111110101101001001001011100110100011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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