Html Css Color HEX #948C1E Lemon Ginger

📋 copy color: '#948C1E'

red 148 ◦ green 140 ◦ blue 30

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

Shades of Lemon Ginger #948C1E

Tints of Lemon Ginger #948C1E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.03%

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

R = 46.54%
G = 44.03%
B = 9.43%

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

#948C1E (or 0x948C1E) is known color: Lemon Ginger. HEX triplet: 94, 8C and 1E. RGB value is (148,140,30). Sum of RGB (Red+Green+Blue) = 148+140+30=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 140 (55.08% from 255 or 44.03% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C1E is #6B73E1. Grayscale: #828282. Windows color (decimal): -7042018 or 2002068. OLE color: 2002068.

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

Color convert

RGB 148 140 30 -
CMYK 0 0.05 0.80 0.42
HSL 55.93º 0.66% 0.35% -
HSV(B) 55.93º 0.8% 0.58% -
XYZ 21.83 25.15 4.93 -
YUV 129.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 148 140 30 0 0.05 0.80 0.42 55.93 0.66 0.35
Hex 94 8C 1E 0 5 50 2A 38 42 23
Octal 224 214 36 0 5 120 52 70 102 43
Binary 10010100 10001100 11110 0 101 1010000 101010 111000 1000010 100011

Color Harmonies of #948C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948C1E

Black with #948C1E

Text Example


Text Example

White with #948C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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