#9BBFB9

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

Shades of Shadow Green #9BBFB9

Tints of Shadow Green #9BBFB9

Color information

#9BBFB9 (or 0x9BBFB9) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and B9. RGB value is (155,191,185). Sum of RGB (Red+Green+Blue) = 155+191+185=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB9 is #644046. Grayscale: #B3B3B3. Windows color (decimal): -6570055 or 12173211. OLE color: 12173211.

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

Color convert

RGB155191185-
CMYK0.1900.030.25
HSL170º21.95%67.84%-
HSV(B)170º18.85%74.9%-
XYZ40.9147.7352.96-
YUV179.55131.07110.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.19%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=29.19%
G=35.97%
B=34.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911850.1900.030.2517021.9567.84
Hex9BBFB9130319aa1644
Octal23327727123033125226104
Binary100110111011111110111001100110111100110101010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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