#988130

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

Shades of Lemon Ginger #988130

Tints of Lemon Ginger #988130

Color information

#988130 (or 0x988130) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 30. RGB value is (152,129,48). Sum of RGB (Red+Green+Blue) = 152+129+48=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #988130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988130 is #677ECF. Grayscale: #7E7E7E. Windows color (decimal): -6782672 or 3178904. OLE color: 3178904.

HSL color Cylindrical-coordinate representation of color #988130: hue angle of 46.73º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #988130 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB15212948-
CMYK00.150.680.40
HSL46.73º52%39.22%-
HSV(B)46.73º68.42%59.61%-
XYZ21.3322.596.03-
YUV126.6483.62146.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=46.20%
G=39.21%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521294800.150.680.4046.735239.22
Hex9881300F44282f3427
Octal2302016001710450576447
Binary1001100010000001110000011111000100101000101111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988130; }

 p { color: rgb(152,129,48); }

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

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

 a { background-color: rgb(152,129,48); }

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

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

 span { border-color: rgb(152,129,48); }

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