#8F852B

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

Shades of Lemon Ginger #8F852B

Tints of Lemon Ginger #8F852B

Color information

#8F852B (or 0x8F852B) is unknown color: approx Lemon Ginger. HEX triplet: 8F, 85 and 2B. RGB value is (143,133,43). Sum of RGB (Red+Green+Blue) = 143+133+43=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 143 - color contains mainly: red. Hex color #8F852B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F852B is #707AD4. Grayscale: #7E7E7E. Windows color (decimal): -7371477 or 2852239. OLE color: 2852239.

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

Color convert

RGB14313343-
CMYK00.070.700.44
HSL54º53.76%36.47%-
HSV(B)54º69.93%56.08%-
XYZ20.1522.795.62-
YUV125.7381.31140.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 133 (52.34% from 255) = 41.69%
BLUE value IS 43 (17.19% from 255) = 13.48%
R=44.83%
G=41.69%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431334300.070.700.445453.7636.47
Hex8F852B07462C363624
Octal217205530710654666644
Binary100011111000010110101101111000110101100110110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F852B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,133,43); }

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

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

 a { background-color: rgb(143,133,43); }

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

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

 span { border-color: rgb(143,133,43); }

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