#8B8216

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

Shades of Lemon Ginger #8B8216

Tints of Lemon Ginger #8B8216

Color information

#8B8216 (or 0x8B8216) is unknown color: approx Lemon Ginger. HEX triplet: 8B, 82 and 16. RGB value is (139,130,22). Sum of RGB (Red+Green+Blue) = 139+130+22=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8B8216 is #747DE9. Grayscale: #787878. Windows color (decimal): -7634410 or 1475211. OLE color: 1475211.

HSL color Cylindrical-coordinate representation of color #8B8216: hue angle of 55.38º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B8216 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13913022-
CMYK00.060.840.45
HSL55.38º72.67%31.57%-
HSV(B)55.38º84.17%54.51%-
XYZ18.7721.513.92-
YUV120.3872.48141.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=47.77%
G=44.67%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391302200.060.840.4555.3872.6731.57
Hex8B821606542D374920
Octal2132022606124556711140
Binary100010111000001010110011010101001011011101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,130,22); }

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

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

 a { background-color: rgb(139,130,22); }

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

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

 span { border-color: rgb(139,130,22); }

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