#948B28

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

Shades of Lemon Ginger #948B28

Tints of Lemon Ginger #948B28

Color information

#948B28 (or 0x948B28) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8B and 28. RGB value is (148,139,40). Sum of RGB (Red+Green+Blue) = 148+139+40=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 148 - color contains mainly: red. Hex color #948B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B28 is #6B74D7. Grayscale: #828282. Windows color (decimal): -7042264 or 2657172. OLE color: 2657172.

HSL color Cylindrical-coordinate representation of color #948B28: hue angle of 55º 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 #948B28 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB14813940-
CMYK00.060.730.42
HSL55º57.45%36.86%-
HSV(B)55º72.97%58.04%-
XYZ21.8324.915.67-
YUV130.476.98140.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.26%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 40 (16.02% from 255) = 12.23%
R=45.26%
G=42.51%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481394000.060.730.425557.4536.86
Hex948B2806492A373925
Octal224213500611152677145
Binary100101001000101110100001101001001101010110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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