#928A25

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

Shades of Lemon Ginger #928A25

Tints of Lemon Ginger #928A25

Color information

#928A25 (or 0x928A25) is unknown color: approx Lemon Ginger. HEX triplet: 92, 8A and 25. RGB value is (146,138,37). Sum of RGB (Red+Green+Blue) = 146+138+37=321 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.48% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 146 - color contains mainly: red. Hex color #928A25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928A25 is #6D75DA. Grayscale: #818181. Windows color (decimal): -7173595 or 2460306. OLE color: 2460306.

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

Color convert

RGB14613837-
CMYK00.050.750.43
HSL55.6º59.56%35.88%-
HSV(B)55.6º74.66%57.25%-
XYZ21.2824.425.34-
YUV128.8876.15140.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.48%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=45.48%
G=42.99%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461383700.050.750.4355.659.5635.88
Hex928A25054B2B383c24
Octal222212450511353707444
Binary100100101000101010010101011001011101011111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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