#94802A

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

Shades of Lemon Ginger #94802A

Tints of Lemon Ginger #94802A

Color information

#94802A (or 0x94802A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 2A. RGB value is (148,128,42). Sum of RGB (Red+Green+Blue) = 148+128+42=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #94802A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94802A is #6B7FD5. Grayscale: #7C7C7C. Windows color (decimal): -7045078 or 2785428. OLE color: 2785428.

HSL color Cylindrical-coordinate representation of color #94802A: hue angle of 48.68º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94802A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14812842-
CMYK00.140.720.42
HSL48.68º55.79%37.25%-
HSV(B)48.68º71.62%58.04%-
XYZ20.3521.95.35-
YUV124.1881.63144.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 128 (50.39% from 255) = 40.25%
BLUE value IS 42 (16.80% from 255) = 13.21%
R=46.54%
G=40.25%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481284200.140.720.4248.6855.7937.25
Hex94802A0E482A313825
Octal2242005201611052617045
Binary1001010010000000101010011101001000101010110001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94802A; }

 p { color: rgb(148,128,42); }

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

<style>
 a { background-color: #94802A; }

 a { background-color: rgb(148,128,42); }

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

<style>
 span { border-color: #94802A; }

 span { border-color: rgb(148,128,42); }

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