Html Css Color HEX #948120 Lemon Ginger

📋 copy color: '#948120'

red 148 ◦ green 129 ◦ blue 32

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

Shades of Lemon Ginger #948120

Tints of Lemon Ginger #948120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 47.9%
G = 41.75%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#948120 (or 0x948120) is known color: Lemon Ginger. HEX triplet: 94, 81 and 20. RGB value is (148,129,32). Sum of RGB (Red+Green+Blue) = 148+129+32=309 (40% of max value = 765). Red value is 148 (58.20% from 255 or 47.90% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 148 - color contains mainly: red. Hex color #948120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948120 is #6B7EDF. Grayscale: #7C7C7C. Windows color (decimal): -7044832 or 2130324. OLE color: 2130324.

HSL color Cylindrical-coordinate representation of color #948120: hue angle of 50.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #948120 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 129 32 -
CMYK 0 0.13 0.78 0.42
HSL 50.17º 0.64% 0.35% -
HSV(B) 50.17º 0.78% 0.58% -
XYZ 20.32 22.1 4.56 -
YUV 123.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 148 129 32 0 0.13 0.78 0.42 50.17 0.64 0.35
Hex 94 81 20 0 D 4E 2A 32 40 23
Octal 224 201 40 0 15 116 52 62 100 43
Binary 10010100 10000001 100000 0 1101 1001110 101010 110010 1000000 100011

Color Harmonies of #948120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948120

Black with #948120

Text Example


Text Example

White with #948120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948120; }

 p { color: rgb(148,129,32); }

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

background-color css

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

 a { background-color: rgb(148,129,32); }

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

border-color css

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

 span { border-color: rgb(148,129,32); }

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