#948E24

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

Shades of Lemon Ginger #948E24

Tints of Lemon Ginger #948E24

Color information

#948E24 (or 0x948E24) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8E and 24. RGB value is (148,142,36). Sum of RGB (Red+Green+Blue) = 148+142+36=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #948E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E24 is #6B71DB. Grayscale: #848484. Windows color (decimal): -7041500 or 2395796. OLE color: 2395796.

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

Color convert

RGB14814236-
CMYK00.040.760.42
HSL56.79º60.87%36.08%-
HSV(B)56.79º75.68%58.04%-
XYZ22.225.775.47-
YUV131.7173.99139.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 36 (14.45% from 255) = 11.04%
R=45.40%
G=43.56%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481423600.040.760.4256.7960.8736.08
Hex948E24044C2A393d24
Octal224216440411452717544
Binary100101001000111010010001001001100101010111001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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