#8F8A21

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

Shades of Lemon Ginger #8F8A21

Tints of Lemon Ginger #8F8A21

Color information

#8F8A21 (or 0x8F8A21) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 8A and 21. RGB value is (143,138,33). Sum of RGB (Red+Green+Blue) = 143+138+33=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8A21 is #7075DE. Grayscale: #7F7F7F. Windows color (decimal): -7370207 or 2198159. OLE color: 2198159.

HSL color Cylindrical-coordinate representation of color #8F8A21: hue angle of 57.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F8A21 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB14313833-
CMYK00.030.770.44
HSL57.27º62.5%34.51%-
HSV(B)57.27º76.92%56.08%-
XYZ20.6924.135.01-
YUV127.5274.66139.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.54%
GREEN value IS 138 (54.30% from 255) = 43.95%
BLUE value IS 33 (13.28% from 255) = 10.51%
R=45.54%
G=43.95%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431383300.030.770.4457.2762.534.51
Hex8F8A21034D2C393e23
Octal217212410311554717643
Binary10001111100010101000010111001101101100111001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F8A21; }

 p { color: rgb(143,138,33); }

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

<style>
 a { background-color: #8F8A21; }

 a { background-color: rgb(143,138,33); }

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

<style>
 span { border-color: #8F8A21; }

 span { border-color: rgb(143,138,33); }

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