#998134

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

Shades of Lemon Ginger #998134

Tints of Lemon Ginger #998134

Color information

#998134 (or 0x998134) is unknown color: approx Lemon Ginger. HEX triplet: 99, 81 and 34. RGB value is (153,129,52). Sum of RGB (Red+Green+Blue) = 153+129+52=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #998134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998134 is #667ECB. Grayscale: #7F7F7F. Windows color (decimal): -6717132 or 3441049. OLE color: 3441049.

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

Color convert

RGB15312952-
CMYK00.160.660.4
HSL45.74º49.27%40.2%-
HSV(B)45.74º66.01%60%-
XYZ21.6122.726.5-
YUV127.485.45146.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 52 (20.70% from 255) = 15.57%
R=45.81%
G=38.62%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531295200.160.660.445.7449.2740.2
Hex99813401042282e3128
Octal2312016402010250566150
Binary10011001100000011101000100001000010101000101110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998134; }

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

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

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

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

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

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

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

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