Html Css Color HEX #928331 Lemon Ginger

📋 copy color: '#928331'

red 146 ◦ green 131 ◦ blue 49

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

Shades of Lemon Ginger #928331

Tints of Lemon Ginger #928331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 44.79%
G = 40.18%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#928331 (or 0x928331) is known color: Lemon Ginger. HEX triplet: 92, 83 and 31. RGB value is (146,131,49). Sum of RGB (Red+Green+Blue) = 146+131+49=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #928331 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928331 is #6D7CCE. Grayscale: #7E7E7E. Windows color (decimal): -7175375 or 3244946. OLE color: 3244946.

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

Color convert

RGB 146 131 49 -
CMYK 0 0.10 0.66 0.43
HSL 50.72º 0.5% 0.38% -
HSV(B) 50.72º 0.66% 0.57% -
XYZ 20.52 22.57 6.18 -
YUV 126.14 84.47 142.17 -
System Red Green Blue C M Y K H S L
Decimal 146 131 49 0 0.10 0.66 0.43 50.72 0.5 0.38
Hex 92 83 31 0 A 42 2B 33 32 26
Octal 222 203 61 0 12 102 53 63 62 46
Binary 10010010 10000011 110001 0 1010 1000010 101011 110011 110010 100110

Color Harmonies of #928331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928331

Black with #928331

Text Example


Text Example

White with #928331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928331; }

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

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

background-color css

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

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

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

border-color css

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

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

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