#928021

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

Shades of Lemon Ginger #928021

Tints of Lemon Ginger #928021

Color information

#928021 (or 0x928021) is unknown color: approx Lemon Ginger. HEX triplet: 92, 80 and 21. RGB value is (146,128,33). Sum of RGB (Red+Green+Blue) = 146+128+33=307 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.56% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 146 - color contains mainly: red. Hex color #928021 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928021 is #6D7FDE. Grayscale: #7A7A7A. Windows color (decimal): -7176159 or 2195602. OLE color: 2195602.

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

Color convert

RGB14612833-
CMYK00.120.770.43
HSL50.44º63.13%35.1%-
HSV(B)50.44º77.4%57.25%-
XYZ19.8521.664.57-
YUV122.5577.46144.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.56%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 33 (13.28% from 255) = 10.75%
R=47.56%
G=41.69%
B=10.75%

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
Decimal1461283300.120.770.4350.4463.1335.1
Hex9280210C4D2B323f23
Octal2222004101411553627743
Binary1001001010000000100001011001001101101011110010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928021; }

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

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

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

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

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

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

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

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