#998234

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

Shades of Lemon Ginger #998234

Tints of Lemon Ginger #998234

Color information

#998234 (or 0x998234) is unknown color: approx Lemon Ginger. HEX triplet: 99, 82 and 34. RGB value is (153,130,52). Sum of RGB (Red+Green+Blue) = 153+130+52=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #998234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998234 is #667DCB. Grayscale: #808080. Windows color (decimal): -6716876 or 3441305. OLE color: 3441305.

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

Color convert

RGB15313052-
CMYK00.150.660.4
HSL46.34º49.27%40.2%-
HSV(B)46.34º66.01%60%-
XYZ21.7422.996.54-
YUV127.9885.12145.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=45.67%
G=38.81%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531305200.150.660.446.3449.2740.2
Hex9982340F42282e3128
Octal2312026401710250566150
Binary1001100110000010110100011111000010101000101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998234; }

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

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

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

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

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

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

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

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