Html Css Color HEX #928620 Lemon Ginger

📋 copy color: '#928620'

red 146 ◦ green 134 ◦ blue 32

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

Shades of Lemon Ginger #928620

Tints of Lemon Ginger #928620

RGB

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

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

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

R = 46.79%
G = 42.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#928620 (or 0x928620) is known color: Lemon Ginger. HEX triplet: 92, 86 and 20. RGB value is (146,134,32). Sum of RGB (Red+Green+Blue) = 146+134+32=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #928620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928620 is #6D79DF. Grayscale: #7E7E7E. Windows color (decimal): -7174624 or 2131602. OLE color: 2131602.

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

Color convert

RGB 146 134 32 -
CMYK 0 0.08 0.78 0.43
HSL 53.68º 0.64% 0.35% -
HSV(B) 53.68º 0.78% 0.57% -
XYZ 20.64 23.27 4.77 -
YUV 125.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 146 134 32 0 0.08 0.78 0.43 53.68 0.64 0.35
Hex 92 86 20 0 8 4E 2B 36 40 23
Octal 222 206 40 0 10 116 53 66 100 43
Binary 10010010 10000110 100000 0 1000 1001110 101011 110110 1000000 100011

Color Harmonies of #928620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928620

Black with #928620

Text Example


Text Example

White with #928620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928620; }

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

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

background-color css

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

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

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

border-color css

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

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

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