Html Css Color HEX #948024 Lemon Ginger

📋 copy color: '#948024'

red 148 ◦ green 128 ◦ blue 36

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

Shades of Lemon Ginger #948024

Tints of Lemon Ginger #948024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.03%

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

R = 47.44%
G = 41.03%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948024 (or 0x948024) is known color: Lemon Ginger. HEX triplet: 94, 80 and 24. RGB value is (148,128,36). Sum of RGB (Red+Green+Blue) = 148+128+36=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #948024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948024 is #6B7FDB. Grayscale: #7B7B7B. Windows color (decimal): -7045084 or 2392212. OLE color: 2392212.

HSL color Cylindrical-coordinate representation of color #948024: hue angle of 49.29º 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 #948024 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 128 36 -
CMYK 0 0.14 0.76 0.42
HSL 49.29º 0.61% 0.36% -
HSV(B) 49.29º 0.76% 0.58% -
XYZ 20.25 21.86 4.82 -
YUV 123.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 148 128 36 0 0.14 0.76 0.42 49.29 0.61 0.36
Hex 94 80 24 0 E 4C 2A 31 3D 24
Octal 224 200 44 0 16 114 52 61 75 44
Binary 10010100 10000000 100100 0 1110 1001100 101010 110001 111101 100100

Color Harmonies of #948024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948024

Black with #948024

Text Example


Text Example

White with #948024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948024; }

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

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

background-color css

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

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

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

border-color css

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

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

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