#988235

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

Shades of Lemon Ginger #988235

Tints of Lemon Ginger #988235

Color information

#988235 (or 0x988235) is unknown color: approx Lemon Ginger. HEX triplet: 98, 82 and 35. RGB value is (152,130,53). Sum of RGB (Red+Green+Blue) = 152+130+53=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #988235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988235 is #677DCA. Grayscale: #808080. Windows color (decimal): -6782411 or 3506840. OLE color: 3506840.

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

Color convert

RGB15213053-
CMYK00.140.650.40
HSL46.67º48.29%40.2%-
HSV(B)46.67º65.13%59.61%-
XYZ21.5722.96.65-
YUV127.885.79145.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=45.37%
G=38.81%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521305300.140.650.4046.6748.2940.2
Hex9882350E41282f3028
Octal2302026501610150576050
Binary1001100010000010110101011101000001101000101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988235; }

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

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

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

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

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

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

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

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