#948525

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

Shades of Lemon Ginger #948525

Tints of Lemon Ginger #948525

Color information

#948525 (or 0x948525) is unknown color: approx Lemon Ginger. HEX triplet: 94, 85 and 25. RGB value is (148,133,37). Sum of RGB (Red+Green+Blue) = 148+133+37=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948525 is #6B7ADA. Grayscale: #7E7E7E. Windows color (decimal): -7043803 or 2459028. OLE color: 2459028.

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

Color convert

RGB14813337-
CMYK00.100.750.42
HSL51.89º60%36.27%-
HSV(B)51.89º75%58.04%-
XYZ20.9323.25.13-
YUV126.5477.47143.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 37 (14.84% from 255) = 11.64%
R=46.54%
G=41.82%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481333700.100.750.4251.896036.27
Hex9485250A4B2A343c24
Octal2242054501211352647444
Binary1001010010000101100101010101001011101010110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948525; }

 p { color: rgb(148,133,37); }

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

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

 a { background-color: rgb(148,133,37); }

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

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

 span { border-color: rgb(148,133,37); }

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