#948712

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

Shades of Lemon Ginger #948712

Tints of Lemon Ginger #948712

Color information

#948712 (or 0x948712) is unknown color: approx Lemon Ginger. HEX triplet: 94, 87 and 12. RGB value is (148,135,18). Sum of RGB (Red+Green+Blue) = 148+135+18=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #948712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948712 is #6B78ED. Grayscale: #7E7E7E. Windows color (decimal): -7043310 or 1214356. OLE color: 1214356.

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

Color convert

RGB14813518-
CMYK00.090.880.42
HSL54º78.31%32.55%-
HSV(B)54º87.84%58.04%-
XYZ20.9923.674.03-
YUV125.5567.31144.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=49.17%
G=44.85%
B=5.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481351800.090.880.425478.3132.55
Hex94871209582A364e21
Octal22420722011130526611641
Binary1001010010000111100100100110110001010101101101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948712; }

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

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

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

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

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

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

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

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