Html Css Color HEX #928420 Lemon Ginger

📋 copy color: '#928420'

red 146 ◦ green 132 ◦ blue 32

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

Shades of Lemon Ginger #928420

Tints of Lemon Ginger #928420

RGB

 RED value IS 146 (57.42% from 255) = 47.1%

 GREEN value IS 132 (51.95% from 255) = 42.58%

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

R = 47.1%
G = 42.58%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#928420 (or 0x928420) is known color: Lemon Ginger. HEX triplet: 92, 84 and 20. RGB value is (146,132,32). Sum of RGB (Red+Green+Blue) = 146+132+32=310 (41% of max value = 765). Red value is 146 (57.42% from 255 or 47.10% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 32 (12.89% from 255 or 10.32% from 310); Max value from RGB is 146 - color contains mainly: red. Hex color #928420 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928420 is #6D7BDF. Grayscale: #7D7D7D. Windows color (decimal): -7175136 or 2131090. OLE color: 2131090.

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

Color convert

RGB 146 132 32 -
CMYK 0 0.10 0.78 0.43
HSL 52.63º 0.64% 0.35% -
HSV(B) 52.63º 0.78% 0.57% -
XYZ 20.37 22.72 4.68 -
YUV 124.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 146 132 32 0 0.10 0.78 0.43 52.63 0.64 0.35
Hex 92 84 20 0 A 4E 2B 35 40 23
Octal 222 204 40 0 12 116 53 65 100 43
Binary 10010010 10000100 100000 0 1010 1001110 101011 110101 1000000 100011

Color Harmonies of #928420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928420

Black with #928420

Text Example


Text Example

White with #928420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928420; }

 p { color: rgb(146,132,32); }

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

background-color css

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

 a { background-color: rgb(146,132,32); }

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

border-color css

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

 span { border-color: rgb(146,132,32); }

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