#988335

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

Shades of Lemon Ginger #988335

Tints of Lemon Ginger #988335

Color information

#988335 (or 0x988335) is unknown color: approx Lemon Ginger. HEX triplet: 98, 83 and 35. RGB value is (152,131,53). Sum of RGB (Red+Green+Blue) = 152+131+53=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #988335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988335 is #677CCA. Grayscale: #808080. Windows color (decimal): -6782155 or 3507096. OLE color: 3507096.

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

Color convert

RGB15213153-
CMYK00.140.650.40
HSL47.27º48.29%40.2%-
HSV(B)47.27º65.13%59.61%-
XYZ21.7123.176.7-
YUV128.3985.46144.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 131 (51.56% from 255) = 38.99%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=45.24%
G=38.99%
B=15.77%

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
Decimal1521315300.140.650.4047.2748.2940.2
Hex9883350E41282f3028
Octal2302036501610150576050
Binary1001100010000011110101011101000001101000101111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988335; }

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

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

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

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

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

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

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

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