#8f8828

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

Shades of Lemon Ginger #8F8828

Tints of Lemon Ginger #8F8828

Color information

#8F8828 (or 0x8F8828) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 88 and 28. RGB value is (143,136,40). Sum of RGB (Red+Green+Blue) = 143+136+40=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8828 is #7077D7. Grayscale: #7F7F7F. Windows color (decimal): -7370712 or 2656399. OLE color: 2656399.

HSL color Cylindrical-coordinate representation of color #8F8828: hue angle of 55.92º 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 #8F8828 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB14313640-
CMYK00.050.720.44
HSL55.92º56.28%35.88%-
HSV(B)55.92º72.03%56.08%-
XYZ20.5123.65.48-
YUV127.1578.82139.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=44.83%
G=42.63%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431364000.050.720.4455.9256.2835.88
Hex8F882805482C383824
Octal217210500511054707044
Binary100011111000100010100001011001000101100111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f8828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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