Html Css Color HEX #948D1E Lemon Ginger

📋 copy color: '#948D1E'

red 148 ◦ green 141 ◦ blue 30

#948D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon Ginger #948D1E

Tints of Lemon Ginger #948D1E

RGB

 RED value IS 148 (58.2% from 255) = 46.39%

 GREEN value IS 141 (55.47% from 255) = 44.2%

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 46.39%
G = 44.2%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#948D1E (or 0x948D1E) is known color: Lemon Ginger. HEX triplet: 94, 8D and 1E. RGB value is (148,141,30). Sum of RGB (Red+Green+Blue) = 148+141+30=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #948D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948D1E is #6B72E1. Grayscale: #828282. Windows color (decimal): -7041762 or 2002324. OLE color: 2002324.

HSL color Cylindrical-coordinate representation of color #948D1E: hue angle of 56.44º 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 #948D1E is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 141 30 -
CMYK 0 0.05 0.80 0.42
HSL 56.44º 0.66% 0.35% -
HSV(B) 56.44º 0.8% 0.58% -
XYZ 21.97 25.44 4.98 -
YUV 130.44 71.32 140.53 -
System Red Green Blue C M Y K H S L
Decimal 148 141 30 0 0.05 0.80 0.42 56.44 0.66 0.35
Hex 94 8D 1E 0 5 50 2A 38 42 23
Octal 224 215 36 0 5 120 52 70 102 43
Binary 10010100 10001101 11110 0 101 1010000 101010 111000 1000010 100011

Color Harmonies of #948D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948D1E

Black with #948D1E

Text Example


Text Example

White with #948D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #948D1E;
 }
 .AnyTagClassName
 {
   color: #948D1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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