#988133

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

Shades of Lemon Ginger #988133

Tints of Lemon Ginger #988133

Color information

#988133 (or 0x988133) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 33. RGB value is (152,129,51). Sum of RGB (Red+Green+Blue) = 152+129+51=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 51 (20.31% from 255 or 15.36% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988133 is #677ECC. Grayscale: #7F7F7F. Windows color (decimal): -6782669 or 3375512. OLE color: 3375512.

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

Color convert

RGB15212951-
CMYK00.150.660.40
HSL46.34º49.75%39.8%-
HSV(B)46.34º66.45%59.61%-
XYZ21.422.616.37-
YUV126.9885.12145.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 51 (20.31% from 255) = 15.36%
R=45.78%
G=38.86%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521295100.150.660.4046.3449.7539.8
Hex9881330F42282e3228
Octal2302016301710250566250
Binary1001100010000001110011011111000010101000101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988133; }

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

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

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

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

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

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

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

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