Html Css Color HEX #948518 Lemon Ginger

📋 copy color: '#948518'

red 148 ◦ green 133 ◦ blue 24

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

Shades of Lemon Ginger #948518

Tints of Lemon Ginger #948518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.61%

 BLUE value IS 24 (9.77% from 255) = 7.87%

R = 48.52%
G = 43.61%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#948518 (or 0x948518) is known color: Lemon Ginger. HEX triplet: 94, 85 and 18. RGB value is (148,133,24). Sum of RGB (Red+Green+Blue) = 148+133+24=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #948518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #948518 is #6B7AE7. Grayscale: #7D7D7D. Windows color (decimal): -7043816 or 1607060. OLE color: 1607060.

HSL color Cylindrical-coordinate representation of color #948518: hue angle of 52.74º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #948518 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 24 -
CMYK 0 0.10 0.84 0.42
HSL 52.74º 0.72% 0.34% -
HSV(B) 52.74º 0.84% 0.58% -
XYZ 20.77 23.14 4.24 -
YUV 125.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 148 133 24 0 0.10 0.84 0.42 52.74 0.72 0.34
Hex 94 85 18 0 A 54 2A 35 48 22
Octal 224 205 30 0 12 124 52 65 110 42
Binary 10010100 10000101 11000 0 1010 1010100 101010 110101 1001000 100010

Color Harmonies of #948518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948518

Black with #948518

Text Example


Text Example

White with #948518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948518; }

 p { color: rgb(148,133,24); }

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

background-color css

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

 a { background-color: rgb(148,133,24); }

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

border-color css

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

 span { border-color: rgb(148,133,24); }

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