#928017

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

Shades of Lemon Ginger #928017

Tints of Lemon Ginger #928017

Color information

#928017 (or 0x928017) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 17. RGB value is (146,128,23). Sum of RGB (Red+Green+Blue) = 146+128+23=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928017 is #6D7FE8. Grayscale: #797979. Windows color (decimal): -7176169 or 1540242. OLE color: 1540242.

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

Color convert

RGB14612823-
CMYK00.120.840.43
HSL51.22º72.78%33.14%-
HSV(B)51.22º84.25%57.25%-
XYZ19.7321.613.94-
YUV121.4172.46145.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 23 (9.38% from 255) = 7.74%
R=49.16%
G=43.10%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461282300.120.840.4351.2272.7833.14
Hex9280170C542B334921
Octal22220027014124536311141
Binary1001001010000000101110110010101001010111100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928017; }

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

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

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

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

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

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

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

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