#948026

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

Shades of Lemon Ginger #948026

Tints of Lemon Ginger #948026

Color information

#948026 (or 0x948026) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 26. RGB value is (148,128,38). Sum of RGB (Red+Green+Blue) = 148+128+38=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #948026 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948026 is #6B7FD9. Grayscale: #7C7C7C. Windows color (decimal): -7045082 or 2523284. OLE color: 2523284.

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

Color convert

RGB14812838-
CMYK00.140.740.42
HSL49.09º59.14%36.47%-
HSV(B)49.09º74.32%58.04%-
XYZ20.2821.874.99-
YUV123.7279.63145.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 128 (50.39% from 255) = 40.76%
BLUE value IS 38 (15.23% from 255) = 12.10%
R=47.13%
G=40.76%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481283800.140.740.4249.0959.1436.47
Hex9480260E4A2A313b24
Octal2242004601611252617344
Binary1001010010000000100110011101001010101010110001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948026; }

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

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

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

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

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

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

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

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