Html Css Color HEX #948424 Lemon Ginger

📋 copy color: '#948424'

red 148 ◦ green 132 ◦ blue 36

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

Shades of Lemon Ginger #948424

Tints of Lemon Ginger #948424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.77%

 BLUE value IS 36 (14.45% from 255) = 11.39%

R = 46.84%
G = 41.77%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948424 (or 0x948424) is known color: Lemon Ginger. HEX triplet: 94, 84 and 24. RGB value is (148,132,36). Sum of RGB (Red+Green+Blue) = 148+132+36=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #948424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948424 is #6B7BDB. Grayscale: #7E7E7E. Windows color (decimal): -7044060 or 2393236. OLE color: 2393236.

HSL color Cylindrical-coordinate representation of color #948424: hue angle of 51.43º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #948424 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 132 36 -
CMYK 0 0.11 0.76 0.42
HSL 51.43º 0.61% 0.36% -
HSV(B) 51.43º 0.76% 0.58% -
XYZ 20.78 22.93 5 -
YUV 125.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 148 132 36 0 0.11 0.76 0.42 51.43 0.61 0.36
Hex 94 84 24 0 B 4C 2A 33 3D 24
Octal 224 204 44 0 13 114 52 63 75 44
Binary 10010100 10000100 100100 0 1011 1001100 101010 110011 111101 100100

Color Harmonies of #948424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948424

Black with #948424

Text Example


Text Example

White with #948424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948424; }

 p { color: rgb(148,132,36); }

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

background-color css

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

 a { background-color: rgb(148,132,36); }

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

border-color css

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

 span { border-color: rgb(148,132,36); }

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