#928910

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

Shades of Lemon Ginger #928910

Tints of Lemon Ginger #928910

Color information

#928910 (or 0x928910) is unknown color: approx Lemon Ginger. HEX triplet: 92, 89 and 10. RGB value is (146,137,16). Sum of RGB (Red+Green+Blue) = 146+137+16=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #928910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928910 is #6D76EF. Grayscale: #7E7E7E. Windows color (decimal): -7173872 or 1083794. OLE color: 1083794.

HSL color Cylindrical-coordinate representation of color #928910: hue angle of 55.85º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #928910 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB14613716-
CMYK00.060.890.43
HSL55.85º80.25%31.76%-
HSV(B)55.85º89.04%57.25%-
XYZ20.8924.044.03-
YUV125.965.98142.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 137 (53.91% from 255) = 45.82%
BLUE value IS 16 (6.64% from 255) = 5.35%
R=48.83%
G=45.82%
B=5.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461371600.060.890.4355.8580.2531.76
Hex92891006592B385020
Octal2222112006131537012040
Binary100100101000100110000011010110011010111110001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928910; }

 p { color: rgb(146,137,16); }

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

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

 a { background-color: rgb(146,137,16); }

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

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

 span { border-color: rgb(146,137,16); }

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