#928510

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

Shades of Lemon Ginger #928510

Tints of Lemon Ginger #928510

Color information

#928510 (or 0x928510) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 10. RGB value is (146,133,16). Sum of RGB (Red+Green+Blue) = 146+133+16=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #928510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928510 is #6D7AEF. Grayscale: #7C7C7C. Windows color (decimal): -7174896 or 1082770. OLE color: 1082770.

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

Color convert

RGB14613316-
CMYK00.090.890.43
HSL54º80.25%31.76%-
HSV(B)54º89.04%57.25%-
XYZ20.3422.923.84-
YUV123.5567.31144.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 16 (6.64% from 255) = 5.42%
R=49.49%
G=45.08%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461331600.090.890.435480.2531.76
Hex92851009592B365020
Octal22220520011131536612040
Binary1001001010000101100000100110110011010111101101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928510; }

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

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

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

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

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

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

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

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