#948724

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

Shades of Lemon Ginger #948724

Tints of Lemon Ginger #948724

Color information

#948724 (or 0x948724) is unknown color: approx Lemon Ginger. HEX triplet: 94, 87 and 24. RGB value is (148,135,36). Sum of RGB (Red+Green+Blue) = 148+135+36=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 36 (14.45% from 255 or 11.29% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #948724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948724 is #6B78DB. Grayscale: #808080. Windows color (decimal): -7043292 or 2394004. OLE color: 2394004.

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

Color convert

RGB14813536-
CMYK00.090.760.42
HSL53.04º60.87%36.08%-
HSV(B)53.04º75.68%58.04%-
XYZ21.223.755.14-
YUV127.676.31142.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 36 (14.45% from 255) = 11.29%
R=46.39%
G=42.32%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481353600.090.760.4253.0460.8736.08
Hex948724094C2A353d24
Octal2242074401111452657544
Binary1001010010000111100100010011001100101010110101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948724; }

 p { color: rgb(148,135,36); }

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

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

 a { background-color: rgb(148,135,36); }

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

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

 span { border-color: rgb(148,135,36); }

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