#927F20

Color #927F20 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #927F20

Tints of Lemon Ginger #927F20

Color information

#927F20 (or 0x927F20) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7F and 20. RGB value is (146,127,32). Sum of RGB (Red+Green+Blue) = 146+127+32=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #927F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927F20 is #6D80DF. Grayscale: #7A7A7A. Windows color (decimal): -7176416 or 2129810. OLE color: 2129810.

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

Color convert

RGB14612732-
CMYK00.130.780.43
HSL50º64.04%34.9%-
HSV(B)50º78.08%57.25%-
XYZ19.721.394.46-
YUV121.8577.29145.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 32 (12.89% from 255) = 10.49%
R=47.87%
G=41.64%
B=10.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461273200.130.780.435064.0434.9
Hex927F200D4E2B324023
Octal22217740015116536210043
Binary1001001011111111000000110110011101010111100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #927F20;
 }
 .AnyTagClassName
 {
   color: #927F20;
 }
</style>
background-color css

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

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

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

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

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

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