#8F8227

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

Shades of Lemon Ginger #8F8227

Tints of Lemon Ginger #8F8227

Color information

#8F8227 (or 0x8F8227) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 82 and 27. RGB value is (143,130,39). Sum of RGB (Red+Green+Blue) = 143+130+39=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8227 is #707DD8. Grayscale: #7B7B7B. Windows color (decimal): -7372249 or 2589327. OLE color: 2589327.

HSL color Cylindrical-coordinate representation of color #8F8227: hue angle of 52.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F8227 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB14313039-
CMYK00.090.730.44
HSL52.5º57.14%35.69%-
HSV(B)52.5º72.73%56.08%-
XYZ19.6821.955.12-
YUV123.5180.31141.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.83%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 39 (15.62% from 255) = 12.5%
R=45.83%
G=41.67%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431303900.090.730.4452.557.1435.69
Hex8F822709492C343924
Octal2172024701111154647144
Binary1000111110000010100111010011001001101100110100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,130,39); }

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

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

 a { background-color: rgb(143,130,39); }

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

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

 span { border-color: rgb(143,130,39); }

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