#928416

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

Shades of Lemon Ginger #928416

Tints of Lemon Ginger #928416

Color information

#928416 (or 0x928416) is unknown color: approx Lemon Ginger. HEX triplet: 92, 84 and 16. RGB value is (146,132,22). Sum of RGB (Red+Green+Blue) = 146+132+22=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928416 is #6D7BE9. Grayscale: #7C7C7C. Windows color (decimal): -7175146 or 1475730. OLE color: 1475730.

HSL color Cylindrical-coordinate representation of color #928416: hue angle of 53.23º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #928416 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB14613222-
CMYK00.100.850.43
HSL53.23º73.81%32.94%-
HSV(B)53.23º84.93%57.25%-
XYZ20.2522.674.07-
YUV123.6570.64143.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 132 (51.95% from 255) = 44%
BLUE value IS 22 (8.98% from 255) = 7.33%
R=48.67%
G=44%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461322200.100.850.4353.2373.8132.94
Hex9284160A552B354a21
Octal22220426012125536511241
Binary1001001010000100101100101010101011010111101011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928416; }

 p { color: rgb(146,132,22); }

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

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

 a { background-color: rgb(146,132,22); }

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

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

 span { border-color: rgb(146,132,22); }

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