#927E28

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

Shades of Lemon Ginger #927E28

Tints of Lemon Ginger #927E28

Color information

#927E28 (or 0x927E28) is unknown color: approx Lemon Ginger. HEX triplet: 92, 7E and 28. RGB value is (146,126,40). Sum of RGB (Red+Green+Blue) = 146+126+40=312 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.79% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 146 - color contains mainly: red. Hex color #927E28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #927E28 is #6D81D7. Grayscale: #7A7A7A. Windows color (decimal): -7176664 or 2653842. OLE color: 2653842.

HSL color Cylindrical-coordinate representation of color #927E28: hue angle of 48.68º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #927E28 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB14612640-
CMYK00.140.730.43
HSL48.68º56.99%36.47%-
HSV(B)48.68º72.6%57.25%-
XYZ19.721.195.06-
YUV122.1881.63144.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.79%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 40 (16.02% from 255) = 12.82%
R=46.79%
G=40.38%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461264000.140.730.4348.6856.9936.47
Hex927E280E492B313924
Octal2221765001611153617144
Binary100100101111110101000011101001001101011110001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,40); }

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

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

 a { background-color: rgb(146,126,40); }

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

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

 span { border-color: rgb(146,126,40); }

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