#928533

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

Shades of Lemon Ginger #928533

Tints of Lemon Ginger #928533

Color information

#928533 (or 0x928533) is unknown color: approx Lemon Ginger. HEX triplet: 92, 85 and 33. RGB value is (146,133,51). Sum of RGB (Red+Green+Blue) = 146+133+51=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #928533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928533 is #6D7ACC. Grayscale: #7F7F7F. Windows color (decimal): -7174861 or 3376530. OLE color: 3376530.

HSL color Cylindrical-coordinate representation of color #928533: hue angle of 51.79º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #928533 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB14613351-
CMYK00.090.650.43
HSL51.79º48.22%38.63%-
HSV(B)51.79º65.07%57.25%-
XYZ20.8423.136.5-
YUV127.5484.81141.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=44.24%
G=40.30%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461335100.090.650.4351.7948.2238.63
Hex92853309412B343027
Octal2222056301110153646047
Binary1001001010000101110011010011000001101011110100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928533; }

 p { color: rgb(146,133,51); }

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

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

 a { background-color: rgb(146,133,51); }

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

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

 span { border-color: rgb(146,133,51); }

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