#928121

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

Shades of Lemon Ginger #928121

Tints of Lemon Ginger #928121

Color information

#928121 (or 0x928121) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 21. RGB value is (146,129,33). Sum of RGB (Red+Green+Blue) = 146+129+33=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #928121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928121 is #6D7EDE. Grayscale: #7B7B7B. Windows color (decimal): -7175903 or 2195858. OLE color: 2195858.

HSL color Cylindrical-coordinate representation of color #928121: hue angle of 50.97º degrees, saturation: 0.63, 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 #928121 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB14612933-
CMYK00.120.770.43
HSL50.97º63.13%35.1%-
HSV(B)50.97º77.4%57.25%-
XYZ19.9821.924.62-
YUV123.1477.13144.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=47.40%
G=41.88%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461293300.120.770.4350.9763.1335.1
Hex9281210C4D2B333f23
Octal2222014101411553637743
Binary1001001010000001100001011001001101101011110011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928121; }

 p { color: rgb(146,129,33); }

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

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

 a { background-color: rgb(146,129,33); }

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

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

 span { border-color: rgb(146,129,33); }

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