#9F8D27

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

Shades of Lemon Ginger #9F8D27

Tints of Lemon Ginger #9F8D27

Color information

#9F8D27 (or 0x9F8D27) is unknown color: approx Lemon Ginger. HEX triplet: 9F, 8D and 27. RGB value is (159,141,39). Sum of RGB (Red+Green+Blue) = 159+141+39=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8D27 is #6072D8. Grayscale: #878787. Windows color (decimal): -6320857 or 2592159. OLE color: 2592159.

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

Color convert

RGB15914139-
CMYK00.110.750.38
HSL51º60.61%38.82%-
HSV(B)51º75.47%62.35%-
XYZ24.1926.575.77-
YUV134.7573.96145.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 141 (55.47% from 255) = 41.59%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=46.90%
G=41.59%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591413900.110.750.385160.6138.82
Hex9F8D270B4B26333d27
Octal2372154701311346637547
Binary1001111110001101100111010111001011100110110011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,141,39); }

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

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

 a { background-color: rgb(159,141,39); }

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

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

 span { border-color: rgb(159,141,39); }

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