Html Css Color HEX #948224 Lemon Ginger

📋 copy color: '#948224'

red 148 ◦ green 130 ◦ blue 36

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

Shades of Lemon Ginger #948224

Tints of Lemon Ginger #948224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.4%

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

R = 47.13%
G = 41.4%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948224 (or 0x948224) is known color: Lemon Ginger. HEX triplet: 94, 82 and 24. RGB value is (148,130,36). Sum of RGB (Red+Green+Blue) = 148+130+36=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 36 (14.45% from 255 or 11.46% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #948224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948224 is #6B7DDB. Grayscale: #7D7D7D. Windows color (decimal): -7044572 or 2392724. OLE color: 2392724.

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

Color convert

RGB 148 130 36 -
CMYK 0 0.12 0.76 0.42
HSL 50.36º 0.61% 0.36% -
HSV(B) 50.36º 0.76% 0.58% -
XYZ 20.51 22.39 4.91 -
YUV 124.67 77.96 144.64 -
System Red Green Blue C M Y K H S L
Decimal 148 130 36 0 0.12 0.76 0.42 50.36 0.61 0.36
Hex 94 82 24 0 C 4C 2A 32 3D 24
Octal 224 202 44 0 14 114 52 62 75 44
Binary 10010100 10000010 100100 0 1100 1001100 101010 110010 111101 100100

Color Harmonies of #948224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948224

Black with #948224

Text Example


Text Example

White with #948224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948224; }

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

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

background-color css

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

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

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

border-color css

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

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

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