#8A8330

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

Shades of Lemon Ginger #8A8330

Tints of Lemon Ginger #8A8330

Color information

#8A8330 (or 0x8A8330) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 83 and 30. RGB value is (138,131,48). Sum of RGB (Red+Green+Blue) = 138+131+48=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8330 is #757CCF. Grayscale: #7B7B7B. Windows color (decimal): -7699664 or 3179402. OLE color: 3179402.

HSL color Cylindrical-coordinate representation of color #8A8330: hue angle of 55.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A8330 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB13813148-
CMYK00.050.650.46
HSL55.33º48.39%36.47%-
HSV(B)55.33º65.22%54.12%-
XYZ19.1321.856.01-
YUV123.6385.32138.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 48 (19.14% from 255) = 15.14%
R=43.53%
G=41.32%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381314800.050.650.4655.3348.3936.47
Hex8A833005412E373024
Octal212203600510156676044
Binary100010101000001111000001011000001101110110111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,131,48); }

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

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

 a { background-color: rgb(138,131,48); }

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

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

 span { border-color: rgb(138,131,48); }

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