#948022

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

Shades of Lemon Ginger #948022

Tints of Lemon Ginger #948022

Color information

#948022 (or 0x948022) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 22. RGB value is (148,128,34). Sum of RGB (Red+Green+Blue) = 148+128+34=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #948022 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948022 is #6B7FDD. Grayscale: #7B7B7B. Windows color (decimal): -7045086 or 2261140. OLE color: 2261140.

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

Color convert

RGB14812834-
CMYK00.140.770.42
HSL49.47º62.64%35.69%-
HSV(B)49.47º77.03%58.04%-
XYZ20.2221.854.67-
YUV123.2677.63145.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=47.74%
G=41.29%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481283400.140.770.4249.4762.6435.69
Hex9480220E4D2A313f24
Octal2242004201611552617744
Binary1001010010000000100010011101001101101010110001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948022; }

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

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

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

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

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

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

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

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