#948020

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

Shades of Lemon Ginger #948020

Tints of Lemon Ginger #948020

Color information

#948020 (or 0x948020) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 20. RGB value is (148,128,32). Sum of RGB (Red+Green+Blue) = 148+128+32=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #948020 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948020 is #6B7FDF. Grayscale: #7B7B7B. Windows color (decimal): -7045088 or 2130068. OLE color: 2130068.

HSL color Cylindrical-coordinate representation of color #948020: hue angle of 49.66º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #948020 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14812832-
CMYK00.140.780.42
HSL49.66º64.44%35.29%-
HSV(B)49.66º78.38%58.04%-
XYZ20.1921.844.52-
YUV123.0476.63145.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.05%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 32 (12.89% from 255) = 10.39%
R=48.05%
G=41.56%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481283200.140.780.4249.6664.4435.29
Hex9480200E4E2A324023
Octal22420040016116526210043
Binary10010100100000001000000111010011101010101100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948020; }

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

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

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

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

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

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

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

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