#988132

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

Shades of Lemon Ginger #988132

Tints of Lemon Ginger #988132

Color information

#988132 (or 0x988132) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 32. RGB value is (152,129,50). Sum of RGB (Red+Green+Blue) = 152+129+50=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988132 is #677ECD. Grayscale: #7F7F7F. Windows color (decimal): -6782670 or 3309976. OLE color: 3309976.

HSL color Cylindrical-coordinate representation of color #988132: hue angle of 46.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #988132 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15212950-
CMYK00.150.670.40
HSL46.47º50.5%39.61%-
HSV(B)46.47º67.11%59.61%-
XYZ21.3722.616.25-
YUV126.8784.62145.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 129 (50.78% from 255) = 38.97%
BLUE value IS 50 (19.92% from 255) = 15.11%
R=45.92%
G=38.97%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521295000.150.670.4046.4750.539.61
Hex9881320F43282e3228
Octal2302016201710350566250
Binary1001100010000001110010011111000011101000101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988132; }

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

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

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

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

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

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

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

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