#928710

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

Shades of Lemon Ginger #928710

Tints of Lemon Ginger #928710

Color information

#928710 (or 0x928710) is unknown color: approx Lemon Ginger. HEX triplet: 92, 87 and 10. RGB value is (146,135,16). Sum of RGB (Red+Green+Blue) = 146+135+16=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928710 is #6D78EF. Grayscale: #7D7D7D. Windows color (decimal): -7174384 or 1083282. OLE color: 1083282.

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

Color convert

RGB14613516-
CMYK00.080.890.43
HSL54.92º80.25%31.76%-
HSV(B)54.92º89.04%57.25%-
XYZ20.6123.483.94-
YUV124.7266.64143.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 16 (6.64% from 255) = 5.39%
R=49.16%
G=45.45%
B=5.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461351600.080.890.4354.9280.2531.76
Hex92871008592B375020
Octal22220720010131536712040
Binary1001001010000111100000100010110011010111101111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928710; }

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

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

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

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

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

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

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

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