#9BBFB4

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

Shades of Shadow Green #9BBFB4

Tints of Shadow Green #9BBFB4

Color information

#9BBFB4 (or 0x9BBFB4) is unknown color: approx Shadow Green. HEX triplet: 9B, BF and B4. RGB value is (155,191,180). Sum of RGB (Red+Green+Blue) = 155+191+180=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFB4 is #64404B. Grayscale: #B2B2B2. Windows color (decimal): -6570060 or 11845531. OLE color: 11845531.

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

Color convert

RGB155191180-
CMYK0.1900.060.25
HSL161.67º21.95%67.84%-
HSV(B)161.67º18.85%74.9%-
XYZ40.3947.5350.22-
YUV178.98128.57110.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.47%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=29.47%
G=36.31%
B=34.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911800.1900.060.25161.6721.9567.84
Hex9BBFB4130619a21644
Octal23327726423063124226104
Binary1001101110111111101101001001101101100110100010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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