Html Css Color HEX #927C20 Lemon Ginger

📋 copy color: '#927C20'

red 146 ◦ green 124 ◦ blue 32

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

Shades of Lemon Ginger #927C20

Tints of Lemon Ginger #927C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.06%

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

R = 48.34%
G = 41.06%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#927C20 (or 0x927C20) is known color: Lemon Ginger. HEX triplet: 92, 7C and 20. RGB value is (146,124,32). Sum of RGB (Red+Green+Blue) = 146+124+32=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 32 (12.89% from 255 or 10.60% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #927C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927C20 is #6D83DF. Grayscale: #787878. Windows color (decimal): -7177184 or 2129042. OLE color: 2129042.

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

Color convert

RGB 146 124 32 -
CMYK 0 0.15 0.78 0.43
HSL 48.42º 0.64% 0.35% -
HSV(B) 48.42º 0.78% 0.57% -
XYZ 19.32 20.63 4.33 -
YUV 120.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 146 124 32 0 0.15 0.78 0.43 48.42 0.64 0.35
Hex 92 7C 20 0 F 4E 2B 30 40 23
Octal 222 174 40 0 17 116 53 60 100 43
Binary 10010010 1111100 100000 0 1111 1001110 101011 110000 1000000 100011

Color Harmonies of #927C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927C20

Black with #927C20

Text Example


Text Example

White with #927C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #927C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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