#988233

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

Shades of Lemon Ginger #988233

Tints of Lemon Ginger #988233

Color information

#988233 (or 0x988233) is unknown color: approx Lemon Ginger. HEX triplet: 98, 82 and 33. RGB value is (152,130,51). Sum of RGB (Red+Green+Blue) = 152+130+51=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #988233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988233 is #677DCC. Grayscale: #7F7F7F. Windows color (decimal): -6782413 or 3375768. OLE color: 3375768.

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

Color convert

RGB15213051-
CMYK00.140.660.40
HSL46.93º49.75%39.8%-
HSV(B)46.93º66.45%59.61%-
XYZ21.5322.886.41-
YUV127.5784.79145.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=45.65%
G=39.04%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521305100.140.660.4046.9349.7539.8
Hex9882330E42282f3228
Octal2302026301610250576250
Binary1001100010000010110011011101000010101000101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988233; }

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

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

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

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

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

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

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

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