#948E1E

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

Shades of Lemon Ginger #948E1E

Tints of Lemon Ginger #948E1E

Color information

#948E1E (or 0x948E1E) is unknown color: approx Lemon Ginger. HEX triplet: 94, 8E and 1E. RGB value is (148,142,30). Sum of RGB (Red+Green+Blue) = 148+142+30=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #948E1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948E1E is #6B71E1. Grayscale: #838383. Windows color (decimal): -7041506 or 2002580. OLE color: 2002580.

HSL color Cylindrical-coordinate representation of color #948E1E: hue angle of 56.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #948E1E is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB14814230-
CMYK00.040.800.42
HSL56.95º66.29%34.9%-
HSV(B)56.95º79.73%58.04%-
XYZ22.1225.745.03-
YUV131.0370.99140.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 30 (12.11% from 255) = 9.38%
R=46.25%
G=44.38%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481423000.040.800.4256.9566.2934.9
Hex948E1E04502A394223
Octal2242163604120527110243
Binary100101001000111011110010010100001010101110011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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