#9BBFB7

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

Shades of Shadow Green #9BBFB7

Tints of Shadow Green #9BBFB7

Color information

#9BBFB7 (or 0x9BBFB7) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and B7. RGB value is (155,191,183). Sum of RGB (Red+Green+Blue) = 155+191+183=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB7 is #644048. Grayscale: #B3B3B3. Windows color (decimal): -6570057 or 12042139. OLE color: 12042139.

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

Color convert

RGB155191183-
CMYK0.1900.040.25
HSL166.67º21.95%67.84%-
HSV(B)166.67º18.85%74.9%-
XYZ40.747.6551.85-
YUV179.32130.07110.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.30%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=29.30%
G=36.11%
B=34.59%

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
Decimal1551911830.1900.040.25166.6721.9567.84
Hex9BBFB7130419a71644
Octal23327726723043124726104
Binary1001101110111111101101111001101001100110100111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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