#928132

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

Shades of Lemon Ginger #928132

Tints of Lemon Ginger #928132

Color information

#928132 (or 0x928132) is unknown color: approx Lemon Ginger. HEX triplet: 92, 81 and 32. RGB value is (146,129,50). Sum of RGB (Red+Green+Blue) = 146+129+50=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #928132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #928132 is #6D7ECD. Grayscale: #7D7D7D. Windows color (decimal): -7175886 or 3309970. OLE color: 3309970.

HSL color Cylindrical-coordinate representation of color #928132: hue angle of 49.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #928132 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB14612950-
CMYK00.120.660.43
HSL49.38º48.98%38.43%-
HSV(B)49.38º65.75%57.25%-
XYZ20.2822.046.2-
YUV125.0885.63142.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=44.92%
G=39.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461295000.120.660.4349.3848.9838.43
Hex9281320C422B313126
Octal2222016201410253616146
Binary1001001010000001110010011001000010101011110001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928132; }

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

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

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

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

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

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

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

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