#928512

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

Shades of Lemon Ginger #928512

Tints of Lemon Ginger #928512

Color information

#928512 (or 0x928512) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 12. RGB value is (146,133,18). Sum of RGB (Red+Green+Blue) = 146+133+18=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #928512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928512 is #6D7AED. Grayscale: #7C7C7C. Windows color (decimal): -7174894 or 1213842. OLE color: 1213842.

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

Color convert

RGB14613318-
CMYK00.090.880.43
HSL53.91º78.05%32.16%-
HSV(B)53.91º87.67%57.25%-
XYZ20.3522.933.93-
YUV123.7868.31143.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 18 (7.42% from 255) = 6.06%
R=49.16%
G=44.78%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461331800.090.880.4353.9178.0532.16
Hex92851209582B364e20
Octal22220522011130536611640
Binary1001001010000101100100100110110001010111101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928512; }

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

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

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

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

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

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

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

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