#948625

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

Shades of Lemon Ginger #948625

Tints of Lemon Ginger #948625

Color information

#948625 (or 0x948625) is unknown color: approx Lemon Ginger. HEX triplet: 94, 86 and 25. RGB value is (148,134,37). Sum of RGB (Red+Green+Blue) = 148+134+37=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #948625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948625 is #6B79DA. Grayscale: #7F7F7F. Windows color (decimal): -7043547 or 2459284. OLE color: 2459284.

HSL color Cylindrical-coordinate representation of color #948625: hue angle of 52.43º 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 #948625 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB14813437-
CMYK00.090.750.42
HSL52.43º60%36.27%-
HSV(B)52.43º75%58.04%-
XYZ21.0723.485.17-
YUV127.1377.14142.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=46.39%
G=42.01%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481343700.090.750.4252.436036.27
Hex948625094B2A343c24
Octal2242064501111352647444
Binary1001010010000110100101010011001011101010110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948625; }

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

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

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

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

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

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

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

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