Html Css Color HEX #948520 Lemon Ginger

📋 copy color: '#948520'

red 148 ◦ green 133 ◦ blue 32

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

Shades of Lemon Ginger #948520

Tints of Lemon Ginger #948520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.49%

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

R = 47.28%
G = 42.49%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#948520 (or 0x948520) is known color: Lemon Ginger. HEX triplet: 94, 85 and 20. RGB value is (148,133,32). Sum of RGB (Red+Green+Blue) = 148+133+32=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #948520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948520 is #6B7ADF. Grayscale: #7E7E7E. Windows color (decimal): -7043808 or 2131348. OLE color: 2131348.

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

Color convert

RGB 148 133 32 -
CMYK 0 0.10 0.78 0.42
HSL 52.24º 0.64% 0.35% -
HSV(B) 52.24º 0.78% 0.58% -
XYZ 20.86 23.18 4.74 -
YUV 125.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 148 133 32 0 0.10 0.78 0.42 52.24 0.64 0.35
Hex 94 85 20 0 A 4E 2A 34 40 23
Octal 224 205 40 0 12 116 52 64 100 43
Binary 10010100 10000101 100000 0 1010 1001110 101010 110100 1000000 100011

Color Harmonies of #948520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948520

Black with #948520

Text Example


Text Example

White with #948520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948520; }

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

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

background-color css

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

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

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

border-color css

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

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

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