#988033

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

Shades of Lemon Ginger #988033

Tints of Lemon Ginger #988033

Color information

#988033 (or 0x988033) is unknown color: approx Lemon Ginger. HEX triplet: 98, 80 and 33. RGB value is (152,128,51). Sum of RGB (Red+Green+Blue) = 152+128+51=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988033 is #677FCC. Grayscale: #7E7E7E. Windows color (decimal): -6782925 or 3375256. OLE color: 3375256.

HSL color Cylindrical-coordinate representation of color #988033: hue angle of 45.74º 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 #988033 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB15212851-
CMYK00.160.660.40
HSL45.74º49.75%39.8%-
HSV(B)45.74º66.45%59.61%-
XYZ21.2722.356.33-
YUV126.485.45146.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 128 (50.39% from 255) = 38.67%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=45.92%
G=38.67%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521285100.160.660.4045.7449.7539.8
Hex98803301042282e3228
Octal2302006302010250566250
Binary10011000100000001100110100001000010101000101110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988033; }

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

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

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

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

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

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

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

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