#928613

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

Shades of Lemon Ginger #928613

Tints of Lemon Ginger #928613

Color information

#928613 (or 0x928613) is unknown color: approx Lemon Ginger. HEX triplet: 92, 86 and 13. RGB value is (146,134,19). Sum of RGB (Red+Green+Blue) = 146+134+19=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #928613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928613 is #6D79EC. Grayscale: #7C7C7C. Windows color (decimal): -7174637 or 1279634. OLE color: 1279634.

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

Color convert

RGB14613419-
CMYK00.080.870.43
HSL54.33º76.97%32.35%-
HSV(B)54.33º86.99%57.25%-
XYZ20.523.214.02-
YUV124.4868.48143.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 134 (52.73% from 255) = 44.82%
BLUE value IS 19 (7.81% from 255) = 6.35%
R=48.83%
G=44.82%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461341900.080.870.4354.3376.9732.35
Hex92861308572B364d20
Octal22220623010127536611540
Binary1001001010000110100110100010101111010111101101001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928613; }

 p { color: rgb(146,134,19); }

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

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

 a { background-color: rgb(146,134,19); }

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

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

 span { border-color: rgb(146,134,19); }

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