#928810

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

Shades of Lemon Ginger #928810

Tints of Lemon Ginger #928810

Color information

#928810 (or 0x928810) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 10. RGB value is (146,136,16). Sum of RGB (Red+Green+Blue) = 146+136+16=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #928810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928810 is #6D77EF. Grayscale: #7D7D7D. Windows color (decimal): -7174128 or 1083538. OLE color: 1083538.

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

Color convert

RGB14613616-
CMYK00.070.890.43
HSL55.38º80.25%31.76%-
HSV(B)55.38º89.04%57.25%-
XYZ20.7523.763.98-
YUV125.3166.31142.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 16 (6.64% from 255) = 5.37%
R=48.99%
G=45.64%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461361600.070.890.4355.3880.2531.76
Hex92881007592B375020
Octal2222102007131536712040
Binary100100101000100010000011110110011010111101111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928810; }

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

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

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

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

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

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

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

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