#94912A

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

Shades of Lemon Ginger #94912A

Tints of Lemon Ginger #94912A

Color information

#94912A (or 0x94912A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 91 and 2A. RGB value is (148,145,42). Sum of RGB (Red+Green+Blue) = 148+145+42=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 145 (57.03% from 255 or 43.28% from 335); Blue value is 42 (16.80% from 255 or 12.54% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #94912A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94912A is #6B6ED5. Grayscale: #868686. Windows color (decimal): -7040726 or 2789780. OLE color: 2789780.

HSL color Cylindrical-coordinate representation of color #94912A: hue angle of 58.3º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94912A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14814542-
CMYK00.020.720.42
HSL58.3º55.79%37.25%-
HSV(B)58.3º71.62%58.04%-
XYZ22.7626.716.15-
YUV134.1675.99137.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 145 (57.03% from 255) = 43.28%
BLUE value IS 42 (16.80% from 255) = 12.54%
R=44.18%
G=43.28%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481454200.020.720.4258.355.7937.25
Hex94912A02482A3a3825
Octal224221520211052727045
Binary10010100100100011010100101001000101010111010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94912A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94912A; }

 p { color: rgb(148,145,42); }

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

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

 a { background-color: rgb(148,145,42); }

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

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

 span { border-color: rgb(148,145,42); }

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