Html Css Color HEX #948624 Lemon Ginger

📋 copy color: '#948624'

red 148 ◦ green 134 ◦ blue 36

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

Shades of Lemon Ginger #948624

Tints of Lemon Ginger #948624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 46.54%
G = 42.14%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#948624 (or 0x948624) is known color: Lemon Ginger. HEX triplet: 94, 86 and 24. RGB value is (148,134,36). Sum of RGB (Red+Green+Blue) = 148+134+36=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 36 (14.45% from 255 or 11.32% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #948624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948624 is #6B79DB. Grayscale: #7F7F7F. Windows color (decimal): -7043548 or 2393748. OLE color: 2393748.

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

Color convert

RGB 148 134 36 -
CMYK 0 0.09 0.76 0.42
HSL 52.5º 0.61% 0.36% -
HSV(B) 52.5º 0.76% 0.58% -
XYZ 21.06 23.47 5.09 -
YUV 127.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 148 134 36 0 0.09 0.76 0.42 52.5 0.61 0.36
Hex 94 86 24 0 9 4C 2A 34 3D 24
Octal 224 206 44 0 11 114 52 64 75 44
Binary 10010100 10000110 100100 0 1001 1001100 101010 110100 111101 100100

Color Harmonies of #948624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948624

Black with #948624

Text Example


Text Example

White with #948624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948624; }

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

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

background-color css

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

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

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

border-color css

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

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

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