#8F8822

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

Shades of Lemon Ginger #8F8822

Tints of Lemon Ginger #8F8822

Color information

#8F8822 (or 0x8F8822) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 88 and 22. RGB value is (143,136,34). Sum of RGB (Red+Green+Blue) = 143+136+34=313 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.69% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8822 is #7077DD. Grayscale: #7E7E7E. Windows color (decimal): -7370718 or 2263183. OLE color: 2263183.

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

Color convert

RGB14313634-
CMYK00.050.760.44
HSL56.15º61.58%34.71%-
HSV(B)56.15º76.22%56.08%-
XYZ20.4223.564.99-
YUV126.4675.82139.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.69%
GREEN value IS 136 (53.52% from 255) = 43.45%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=45.69%
G=43.45%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431363400.050.760.4456.1561.5834.71
Hex8F8822054C2C383e23
Octal217210420511454707643
Binary100011111000100010001001011001100101100111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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