#9FBCB5

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

Shades of Shadow Green #9FBCB5

Tints of Shadow Green #9FBCB5

Color information

#9FBCB5 (or 0x9FBCB5) is unknown color: approx Shadow Green. HEX triplet: 9F, BC and B5. RGB value is (159,188,181). Sum of RGB (Red+Green+Blue) = 159+188+181=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCB5 is #60434A. Grayscale: #B2B2B2. Windows color (decimal): -6308683 or 11910303. OLE color: 11910303.

HSL color Cylindrical-coordinate representation of color #9FBCB5: hue angle of 165.52º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCB5 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB159188181-
CMYK0.1500.040.26
HSL165.52º17.79%68.04%-
HSV(B)165.52º15.43%73.73%-
XYZ40.6246.6750.58-
YUV178.53129.39114.07-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 188 (73.83% from 255) = 35.61%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=30.11%
G=35.61%
B=34.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881810.1500.040.26165.5217.7968.04
Hex9FBCB5F041Aa61244
Octal23727426517043224622104
Binary100111111011110010110101111101001101010100110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,181); }

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

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

 a { background-color: rgb(159,188,181); }

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

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

 span { border-color: rgb(159,188,181); }

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