#948C22

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

Shades of Lemon Ginger #948C22

Tints of Lemon Ginger #948C22

Color information

#948C22 (or 0x948C22) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8C and 22. RGB value is (148,140,34). Sum of RGB (Red+Green+Blue) = 148+140+34=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 140 (55.08% from 255 or 43.48% from 322); Blue value is 34 (13.67% from 255 or 10.56% from 322); Max value from RGB is 148 - color contains mainly: red. Hex color #948C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C22 is #6B73DD. Grayscale: #828282. Windows color (decimal): -7042014 or 2264212. OLE color: 2264212.

HSL color Cylindrical-coordinate representation of color #948C22: hue angle of 55.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #948C22 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB14814034-
CMYK00.050.770.42
HSL55.79º62.64%35.69%-
HSV(B)55.79º77.03%58.04%-
XYZ21.8825.175.22-
YUV130.3173.65140.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 140 (55.08% from 255) = 43.48%
BLUE value IS 34 (13.67% from 255) = 10.56%
R=45.96%
G=43.48%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481403400.050.770.4255.7962.6435.69
Hex948C22054D2A383f24
Octal224214420511552707744
Binary100101001000110010001001011001101101010111000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,140,34); }

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

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

 a { background-color: rgb(148,140,34); }

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

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

 span { border-color: rgb(148,140,34); }

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