#8F8023

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

Shades of Lemon Ginger #8F8023

Tints of Lemon Ginger #8F8023

Color information

#8F8023 (or 0x8F8023) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 80 and 23. RGB value is (143,128,35). Sum of RGB (Red+Green+Blue) = 143+128+35=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8023 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8023 is #707FDC. Grayscale: #7A7A7A. Windows color (decimal): -7372765 or 2326671. OLE color: 2326671.

HSL color Cylindrical-coordinate representation of color #8F8023: hue angle of 51.67º degrees, saturation: 0.61, 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 #8F8023 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB14312835-
CMYK00.100.760.44
HSL51.67º60.67%34.9%-
HSV(B)51.67º75.52%56.08%-
XYZ19.3521.44.7-
YUV121.8878.97143.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 35 (14.06% from 255) = 11.44%
R=46.73%
G=41.83%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.76
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431283500.100.760.4451.6760.6734.9
Hex8F80230A4C2C343d23
Octal2172004301211454647543
Binary1000111110000000100011010101001100101100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,128,35); }

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

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

 a { background-color: rgb(143,128,35); }

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

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

 span { border-color: rgb(143,128,35); }

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