#9BBFB8

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

Shades of Shadow Green #9BBFB8

Tints of Shadow Green #9BBFB8

Color information

#9BBFB8 (or 0x9BBFB8) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and B8. RGB value is (155,191,184). Sum of RGB (Red+Green+Blue) = 155+191+184=530 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.25% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB8 is #644047. Grayscale: #B3B3B3. Windows color (decimal): -6570056 or 12107675. OLE color: 12107675.

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

Color convert

RGB155191184-
CMYK0.1900.040.25
HSL168.33º21.95%67.84%-
HSV(B)168.33º18.85%74.9%-
XYZ40.847.6952.4-
YUV179.44130.57110.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.25%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=29.25%
G=36.04%
B=34.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911840.1900.040.25168.3321.9567.84
Hex9BBFB8130419a81644
Octal23327727023043125026104
Binary1001101110111111101110001001101001100110101000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,184); }

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

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

 a { background-color: rgb(155,191,184); }

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

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

 span { border-color: rgb(155,191,184); }

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