#8A802B

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

Shades of Lemon Ginger #8A802B

Tints of Lemon Ginger #8A802B

Color information

#8A802B (or 0x8A802B) is unknown color: approx Lemon Ginger. HEX triplet: 8A, 80 and 2B. RGB value is (138,128,43). Sum of RGB (Red+Green+Blue) = 138+128+43=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A802B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A802B is #757FD4. Grayscale: #797979. Windows color (decimal): -7700437 or 2850954. OLE color: 2850954.

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

Color convert

RGB13812843-
CMYK00.070.690.46
HSL53.68º52.49%35.49%-
HSV(B)53.68º68.84%54.12%-
XYZ18.6421.025.36-
YUV121.383.81139.91-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=44.66%
G=41.42%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381284300.070.690.4653.6852.4935.49
Hex8A802B07452E363423
Octal212200530710556666443
Binary100010101000000010101101111000101101110110110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A802B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,128,43); }

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

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

 a { background-color: rgb(138,128,43); }

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

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

 span { border-color: rgb(138,128,43); }

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