#928F28

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

Shades of Lemon Ginger #928F28

Tints of Lemon Ginger #928F28

Color information

#928F28 (or 0x928F28) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8F and 28. RGB value is (146,143,40). Sum of RGB (Red+Green+Blue) = 146+143+40=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #928F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928F28 is #6D70D7. Grayscale: #848484. Windows color (decimal): -7172312 or 2658194. OLE color: 2658194.

HSL color Cylindrical-coordinate representation of color #928F28: hue angle of 58.3º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #928F28 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB14614340-
CMYK00.020.730.43
HSL58.3º56.99%36.47%-
HSV(B)58.3º72.6%57.25%-
XYZ22.0625.915.85-
YUV132.1575.99137.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.38%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 40 (16.02% from 255) = 12.16%
R=44.38%
G=43.47%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461434000.020.730.4358.356.9936.47
Hex928F2802492B3a3924
Octal222217500211153727144
Binary10010010100011111010000101001001101011111010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928F28; }

 p { color: rgb(146,143,40); }

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

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

 a { background-color: rgb(146,143,40); }

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

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

 span { border-color: rgb(146,143,40); }

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