#948C28

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

Shades of Lemon Ginger #948C28

Tints of Lemon Ginger #948C28

Color information

#948C28 (or 0x948C28) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8C and 28. RGB value is (148,140,40). Sum of RGB (Red+Green+Blue) = 148+140+40=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 40 (16.02% from 255 or 12.20% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #948C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C28 is #6B73D7. Grayscale: #838383. Windows color (decimal): -7042008 or 2657428. OLE color: 2657428.

HSL color Cylindrical-coordinate representation of color #948C28: hue angle of 55.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #948C28 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14814040-
CMYK00.050.730.42
HSL55.56º57.45%36.86%-
HSV(B)55.56º72.97%58.04%-
XYZ21.9725.215.71-
YUV130.9976.65140.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 140 (55.08% from 255) = 42.68%
BLUE value IS 40 (16.02% from 255) = 12.20%
R=45.12%
G=42.68%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481404000.050.730.4255.5657.4536.86
Hex948C2805492A383925
Octal224214500511152707145
Binary100101001000110010100001011001001101010111000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948C28; }

 p { color: rgb(148,140,40); }

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

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

 a { background-color: rgb(148,140,40); }

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

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

 span { border-color: rgb(148,140,40); }

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