Html Css Color HEX #948128 Lemon Ginger

📋 copy color: '#948128'

red 148 ◦ green 129 ◦ blue 40

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

Shades of Lemon Ginger #948128

Tints of Lemon Ginger #948128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 46.69%
G = 40.69%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#948128 (or 0x948128) is known color: Lemon Ginger. HEX triplet: 94, 81 and 28. RGB value is (148,129,40). Sum of RGB (Red+Green+Blue) = 148+129+40=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #948128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948128 is #6B7ED7. Grayscale: #7C7C7C. Windows color (decimal): -7044824 or 2654612. OLE color: 2654612.

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

Color convert

RGB 148 129 40 -
CMYK 0 0.13 0.73 0.42
HSL 49.44º 0.57% 0.37% -
HSV(B) 49.44º 0.73% 0.58% -
XYZ 20.45 22.15 5.21 -
YUV 124.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 148 129 40 0 0.13 0.73 0.42 49.44 0.57 0.37
Hex 94 81 28 0 D 49 2A 31 39 25
Octal 224 201 50 0 15 111 52 61 71 45
Binary 10010100 10000001 101000 0 1101 1001001 101010 110001 111001 100101

Color Harmonies of #948128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948128

Black with #948128

Text Example


Text Example

White with #948128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948128; }

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

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

background-color css

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

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

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

border-color css

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

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

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