#9F9125

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

Shades of Lemon Ginger #9F9125

Tints of Lemon Ginger #9F9125

Color information

#9F9125 (or 0x9F9125) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 91 and 25. RGB value is (159,145,37). Sum of RGB (Red+Green+Blue) = 159+145+37=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9125 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9125 is #606EDA. Grayscale: #898989. Windows color (decimal): -6319835 or 2462111. OLE color: 2462111.

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

Color convert

RGB15914537-
CMYK00.090.770.38
HSL53.11º62.24%38.43%-
HSV(B)53.11º76.73%62.35%-
XYZ24.7627.765.8-
YUV136.8771.64143.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.63%
GREEN value IS 145 (57.03% from 255) = 42.52%
BLUE value IS 37 (14.84% from 255) = 10.85%
R=46.63%
G=42.52%
B=10.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591453700.090.770.3853.1162.2438.43
Hex9F9125094D26353e26
Octal2372214501111546657646
Binary1001111110010001100101010011001101100110110101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,37); }

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

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

 a { background-color: rgb(159,145,37); }

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

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

 span { border-color: rgb(159,145,37); }

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