#8F8228

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

Shades of Lemon Ginger #8F8228

Tints of Lemon Ginger #8F8228

Color information

#8F8228 (or 0x8F8228) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 82 and 28. RGB value is (143,130,40). Sum of RGB (Red+Green+Blue) = 143+130+40=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8228 is #707DD7. Grayscale: #7C7C7C. Windows color (decimal): -7372248 or 2654863. OLE color: 2654863.

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

Color convert

RGB14313040-
CMYK00.090.720.44
HSL52.43º56.28%35.88%-
HSV(B)52.43º72.03%56.08%-
XYZ19.6921.965.21-
YUV123.6380.81141.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.69%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=45.69%
G=41.53%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431304000.090.720.4452.4356.2835.88
Hex8F822809482C343824
Octal2172025001111054647044
Binary1000111110000010101000010011001000101100110100111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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