#998235

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

Shades of Lemon Ginger #998235

Tints of Lemon Ginger #998235

Color information

#998235 (or 0x998235) is unknown color: approx Lemon Ginger. HEX triplet: 99, 82 and 35. RGB value is (153,130,53). Sum of RGB (Red+Green+Blue) = 153+130+53=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #998235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998235 is #667DCA. Grayscale: #808080. Windows color (decimal): -6716875 or 3506841. OLE color: 3506841.

HSL color Cylindrical-coordinate representation of color #998235: hue angle of 46.2º degrees, saturation: 0.49, 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 #998235 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15313053-
CMYK00.150.650.4
HSL46.2º48.54%40.39%-
HSV(B)46.2º65.36%60%-
XYZ21.7622.996.66-
YUV128.185.62145.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.54%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=45.54%
G=38.69%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531305300.150.650.446.248.5440.39
Hex9982350F41282e3128
Octal2312026501710150566150
Binary1001100110000010110101011111000001101000101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998235; }

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

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

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

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

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

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

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

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