#928117

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

Shades of Lemon Ginger #928117

Tints of Lemon Ginger #928117

Color information

#928117 (or 0x928117) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 17. RGB value is (146,129,23). Sum of RGB (Red+Green+Blue) = 146+129+23=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #928117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928117 is #6D7EE8. Grayscale: #7A7A7A. Windows color (decimal): -7175913 or 1540498. OLE color: 1540498.

HSL color Cylindrical-coordinate representation of color #928117: hue angle of 51.71º 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 #928117 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB14612923-
CMYK00.120.840.43
HSL51.71º72.78%33.14%-
HSV(B)51.71º84.25%57.25%-
XYZ19.8621.873.99-
YUV12272.13145.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 23 (9.38% from 255) = 7.72%
R=48.99%
G=43.29%
B=7.72%

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
Decimal1461292300.120.840.4351.7172.7833.14
Hex9281170C542B344921
Octal22220127014124536411141
Binary1001001010000001101110110010101001010111101001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928117; }

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

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

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

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

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

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

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

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