#948822

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

Shades of Lemon Ginger #948822

Tints of Lemon Ginger #948822

Color information

#948822 (or 0x948822) is unknown color: approx Lemon Ginger. HEX triplet: 94, 88 and 22. RGB value is (148,136,34). Sum of RGB (Red+Green+Blue) = 148+136+34=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948822 is #6B77DD. Grayscale: #808080. Windows color (decimal): -7043038 or 2263188. OLE color: 2263188.

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

Color convert

RGB14813634-
CMYK00.080.770.42
HSL53.68º62.64%35.69%-
HSV(B)53.68º77.03%58.04%-
XYZ21.3124.025.03-
YUV127.9674.98142.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.54%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 34 (13.67% from 255) = 10.69%
R=46.54%
G=42.77%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481363400.080.770.4253.6862.6435.69
Hex948822084D2A363f24
Octal2242104201011552667744
Binary1001010010001000100010010001001101101010110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948822; }

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

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

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

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

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

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

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

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