#8A8227

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

Shades of Lemon Ginger #8A8227

Tints of Lemon Ginger #8A8227

Color information

#8A8227 (or 0x8A8227) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 82 and 27. RGB value is (138,130,39). Sum of RGB (Red+Green+Blue) = 138+130+39=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8227 is #757DD8. Grayscale: #7A7A7A. Windows color (decimal): -7699929 or 2589322. OLE color: 2589322.

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

Color convert

RGB13813039-
CMYK00.060.720.46
HSL55.15º55.93%34.71%-
HSV(B)55.15º71.74%54.12%-
XYZ18.8321.525.08-
YUV122.0281.15139.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 39 (15.62% from 255) = 12.70%
R=44.95%
G=42.35%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381303900.060.720.4655.1555.9334.71
Hex8A822706482E373823
Octal212202470611056677043
Binary100010101000001010011101101001000101110110111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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