#928312

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

Shades of Lemon Ginger #928312

Tints of Lemon Ginger #928312

Color information

#928312 (or 0x928312) is unknown color: approx Lemon Ginger. HEX triplet: 92, 83 and 12. RGB value is (146,131,18). Sum of RGB (Red+Green+Blue) = 146+131+18=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #928312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928312 is #6D7CED. Grayscale: #7B7B7B. Windows color (decimal): -7175406 or 1213330. OLE color: 1213330.

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

Color convert

RGB14613118-
CMYK00.100.880.43
HSL52.97º78.05%32.16%-
HSV(B)52.97º87.67%57.25%-
XYZ20.0822.393.84-
YUV122.668.97144.69-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.49%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=49.49%
G=44.41%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461311800.100.880.4352.9778.0532.16
Hex9283120A582B354e20
Octal22220322012130536511640
Binary1001001010000011100100101010110001010111101011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928312; }

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

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

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

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

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

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

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

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