#9f9b54

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

Shades of Green Smoke #9F9B54

Tints of Green Smoke #9F9B54

Color information

#9F9B54 (or 0x9F9B54) is unknown color: approx Green Smoke. HEX triplet: 9F, 9B and 54. RGB value is (159,155,84). Sum of RGB (Red+Green+Blue) = 159+155+84=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9B54 is #6064AB. Grayscale: #949494. Windows color (decimal): -6317228 or 5544863. OLE color: 5544863.

HSL color Cylindrical-coordinate representation of color #9F9B54: hue angle of 56.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F9B54 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15915584-
CMYK00.030.470.38
HSL56.8º30.86%47.65%-
HSV(B)56.8º47.17%62.35%-
XYZ27.6231.4513-
YUV148.191.83135.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.95%
GREEN value IS 155 (60.94% from 255) = 38.94%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=39.95%
G=38.94%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591558400.030.470.3856.830.8647.65
Hex9F9B54032F26391f30
Octal237233124035746713760
Binary1001111110011011101010001110111110011011100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f9b54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,84); }

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

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

 a { background-color: rgb(159,155,84); }

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

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

 span { border-color: rgb(159,155,84); }

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