#9F8B22

Color #9F8B22 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #9F8B22

Tints of Lemon Ginger #9F8B22

Color information

#9F8B22 (or 0x9F8B22) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 8B and 22. RGB value is (159,139,34). Sum of RGB (Red+Green+Blue) = 159+139+34=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8B22 is #6074DD. Grayscale: #858585. Windows color (decimal): -6321374 or 2263967. OLE color: 2263967.

HSL color Cylindrical-coordinate representation of color #9F8B22: hue angle of 50.4º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F8B22 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB15913934-
CMYK00.130.790.38
HSL50.4º64.77%37.84%-
HSV(B)50.4º78.62%62.35%-
XYZ23.8225.955.27-
YUV133.0172.13146.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 34 (13.67% from 255) = 10.24%
R=47.89%
G=41.87%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591393400.130.790.3850.464.7737.84
Hex9F8B220D4F26324126
Octal23721342015117466210146
Binary10011111100010111000100110110011111001101100101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,139,34); }

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

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

 a { background-color: rgb(159,139,34); }

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

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

 span { border-color: rgb(159,139,34); }

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