#8F8123

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

Shades of Lemon Ginger #8F8123

Tints of Lemon Ginger #8F8123

Color information

#8F8123 (or 0x8F8123) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 81 and 23. RGB value is (143,129,35). Sum of RGB (Red+Green+Blue) = 143+129+35=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8123 is #707EDC. Grayscale: #7A7A7A. Windows color (decimal): -7372509 or 2326927. OLE color: 2326927.

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

Color convert

RGB14312935-
CMYK00.100.760.44
HSL52.22º60.67%34.9%-
HSV(B)52.22º75.52%56.08%-
XYZ19.4821.664.74-
YUV122.4778.64142.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.58%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 35 (14.06% from 255) = 11.40%
R=46.58%
G=42.02%
B=11.40%

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
Decimal1431293500.100.760.4452.2260.6734.9
Hex8F81230A4C2C343d23
Octal2172014301211454647543
Binary1000111110000001100011010101001100101100110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F8123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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