#928A22

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

Shades of Lemon Ginger #928A22

Tints of Lemon Ginger #928A22

Color information

#928A22 (or 0x928A22) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8A and 22. RGB value is (146,138,34). Sum of RGB (Red+Green+Blue) = 146+138+34=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 34 (13.67% from 255 or 10.69% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #928A22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A22 is #6D75DD. Grayscale: #808080. Windows color (decimal): -7173598 or 2263698. OLE color: 2263698.

HSL color Cylindrical-coordinate representation of color #928A22: hue angle of 55.71º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #928A22 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14613834-
CMYK00.050.770.43
HSL55.71º62.22%35.29%-
HSV(B)55.71º76.71%57.25%-
XYZ21.2324.45.1-
YUV128.5474.65140.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.91%
GREEN value IS 138 (54.30% from 255) = 43.40%
BLUE value IS 34 (13.67% from 255) = 10.69%
R=45.91%
G=43.40%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461383400.050.770.4355.7162.2235.29
Hex928A22054D2B383e23
Octal222212420511553707643
Binary100100101000101010001001011001101101011111000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,34); }

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

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

 a { background-color: rgb(146,138,34); }

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

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

 span { border-color: rgb(146,138,34); }

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