#9FBBB2

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

Shades of Shadow Green #9FBBB2

Tints of Shadow Green #9FBBB2

Color information

#9FBBB2 (or 0x9FBBB2) is unknown color: approx Shadow Green. HEX triplet: 9F, BB and B2. RGB value is (159,187,178). Sum of RGB (Red+Green+Blue) = 159+187+178=524 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.34% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBB2 is #60444D. Grayscale: #B1B1B1. Windows color (decimal): -6308942 or 11713439. OLE color: 11713439.

HSL color Cylindrical-coordinate representation of color #9FBBB2: hue angle of 160.71º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBB2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB159187178-
CMYK0.1500.050.27
HSL160.71º17.07%67.84%-
HSV(B)160.71º14.97%73.33%-
XYZ40.146.1348.91-
YUV177.6128.22114.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.34%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 178 (69.92% from 255) = 33.97%
R=30.34%
G=35.69%
B=33.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871780.1500.050.27160.7117.0767.84
Hex9FBBB2F051Ba11144
Octal23727326217053324121104
Binary100111111011101110110010111101011101110100001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,178); }

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

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

 a { background-color: rgb(159,187,178); }

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

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

 span { border-color: rgb(159,187,178); }

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