#9FB955

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

Shades of Green Smoke #9FB955

Tints of Green Smoke #9FB955

Color information

#9FB955 (or 0x9FB955) is unknown color: approx Green Smoke. HEX triplet: 9F, B9 and 55. RGB value is (159,185,85). Sum of RGB (Red+Green+Blue) = 159+185+85=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB955 is #6046AA. Grayscale: #A6A6A6. Windows color (decimal): -6309547 or 5618079. OLE color: 5618079.

HSL color Cylindrical-coordinate representation of color #9FB955: hue angle of 75.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FB955 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB15918585-
CMYK0.1400.540.27
HSL75.6º41.67%52.94%-
HSV(B)75.6º54.05%72.55%-
XYZ33.2942.7215.09-
YUV165.8382.39123.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.06%
GREEN value IS 185 (72.66% from 255) = 43.12%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=37.06%
G=43.12%
B=19.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159185850.1400.540.2775.641.6752.94
Hex9FB955E0361B4c2a35
Octal23727112516066331145265
Binary1001111110111001101010111100110110110111001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,85); }

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

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

 a { background-color: rgb(159,185,85); }

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

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

 span { border-color: rgb(159,185,85); }

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