#8A8228

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

Shades of Lemon Ginger #8A8228

Tints of Lemon Ginger #8A8228

Color information

#8A8228 (or 0x8A8228) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 82 and 28. RGB value is (138,130,40). Sum of RGB (Red+Green+Blue) = 138+130+40=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8228 is #757DD7. Grayscale: #7A7A7A. Windows color (decimal): -7699928 or 2654858. OLE color: 2654858.

HSL color Cylindrical-coordinate representation of color #8A8228: hue angle of 55.1º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A8228 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.46.

Color convert

RGB13813040-
CMYK00.060.710.46
HSL55.1º55.06%34.9%-
HSV(B)55.1º71.01%54.12%-
XYZ18.8521.525.17-
YUV122.1381.65139.32-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=44.81%
G=42.21%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381304000.060.710.4655.155.0634.9
Hex8A822806472E373723
Octal212202500610756676743
Binary100010101000001010100001101000111101110110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,130,40); }

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

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

 a { background-color: rgb(138,130,40); }

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

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

 span { border-color: rgb(138,130,40); }

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