Html Css Color HEX #928320 Lemon Ginger

📋 copy color: '#928320'

red 146 ◦ green 131 ◦ blue 32

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

Shades of Lemon Ginger #928320

Tints of Lemon Ginger #928320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 47.25%
G = 42.39%
B = 10.36%

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

#928320 (or 0x928320) is known color: Lemon Ginger. HEX triplet: 92, 83 and 20. RGB value is (146,131,32). Sum of RGB (Red+Green+Blue) = 146+131+32=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #928320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928320 is #6D7CDF. Grayscale: #7C7C7C. Windows color (decimal): -7175392 or 2130834. OLE color: 2130834.

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

Color convert

RGB 146 131 32 -
CMYK 0 0.10 0.78 0.43
HSL 52.11º 0.64% 0.35% -
HSV(B) 52.11º 0.78% 0.57% -
XYZ 20.23 22.45 4.63 -
YUV 124.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 146 131 32 0 0.10 0.78 0.43 52.11 0.64 0.35
Hex 92 83 20 0 A 4E 2B 34 40 23
Octal 222 203 40 0 12 116 53 64 100 43
Binary 10010010 10000011 100000 0 1010 1001110 101011 110100 1000000 100011

Color Harmonies of #928320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928320

Black with #928320

Text Example


Text Example

White with #928320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928320; }

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

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

background-color css

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

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

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

border-color css

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

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

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