#928037

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

Shades of Lemon Ginger #928037

Tints of Lemon Ginger #928037

Color information

#928037 (or 0x928037) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 37. RGB value is (146,128,55). Sum of RGB (Red+Green+Blue) = 146+128+55=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928037 is #6D7FC8. Grayscale: #7D7D7D. Windows color (decimal): -7176137 or 3637394. OLE color: 3637394.

HSL color Cylindrical-coordinate representation of color #928037: hue angle of 48.13º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #928037 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.43.

Color convert

RGB14612855-
CMYK00.120.620.43
HSL48.13º45.27%39.41%-
HSV(B)48.13º62.33%57.25%-
XYZ20.2621.836.76-
YUV125.0688.46142.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 55 (21.88% from 255) = 16.72%
R=44.38%
G=38.91%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461285500.120.620.4348.1345.2739.41
Hex9280370C3E2B302d27
Octal222200670147653605547
Binary100100101000000011011101100111110101011110000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928037; }

 p { color: rgb(146,128,55); }

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

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

 a { background-color: rgb(146,128,55); }

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

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

 span { border-color: rgb(146,128,55); }

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