#928812

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

Shades of Lemon Ginger #928812

Tints of Lemon Ginger #928812

Color information

#928812 (or 0x928812) is unknown color: approx Lemon Ginger. HEX triplet: 92, 88 and 12. RGB value is (146,136,18). Sum of RGB (Red+Green+Blue) = 146+136+18=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928812 is #6D77ED. Grayscale: #7E7E7E. Windows color (decimal): -7174126 or 1214610. OLE color: 1214610.

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

Color convert

RGB14613618-
CMYK00.070.880.43
HSL55.31º78.05%32.16%-
HSV(B)55.31º87.67%57.25%-
XYZ20.7723.764.06-
YUV125.5467.31142.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 136 (53.52% from 255) = 45.33%
BLUE value IS 18 (7.42% from 255) = 6%
R=48.67%
G=45.33%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461361800.070.880.4355.3178.0532.16
Hex92881207582B374e20
Octal2222102207130536711640
Binary100100101000100010010011110110001010111101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928812; }

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

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

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

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

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

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

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

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