#928218

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

Shades of Lemon Ginger #928218

Tints of Lemon Ginger #928218

Color information

#928218 (or 0x928218) is unknown color: approx Lemon Ginger. HEX triplet: 92, 82 and 18. RGB value is (146,130,24). Sum of RGB (Red+Green+Blue) = 146+130+24=300 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 146 - color contains mainly: red. Hex color #928218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928218 is #6D7DE7. Grayscale: #7B7B7B. Windows color (decimal): -7175656 or 1606290. OLE color: 1606290.

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

Color convert

RGB14613024-
CMYK00.110.840.43
HSL52.13º71.76%33.33%-
HSV(B)52.13º83.56%57.25%-
XYZ2022.144.08-
YUV122.772.3144.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.67%
GREEN value IS 130 (51.17% from 255) = 43.33%
BLUE value IS 24 (9.77% from 255) = 8%
R=48.67%
G=43.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461302400.110.840.4352.1371.7633.33
Hex9282180B542B344821
Octal22220230013124536411041
Binary1001001010000010110000101110101001010111101001001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928218; }

 p { color: rgb(146,130,24); }

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

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

 a { background-color: rgb(146,130,24); }

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

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

 span { border-color: rgb(146,130,24); }

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