#988430

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

Shades of Lemon Ginger #988430

Tints of Lemon Ginger #988430

Color information

#988430 (or 0x988430) is unknown color: approx Lemon Ginger. HEX triplet: 98, 84 and 30. RGB value is (152,132,48). Sum of RGB (Red+Green+Blue) = 152+132+48=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #988430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988430 is #677BCF. Grayscale: #808080. Windows color (decimal): -6781904 or 3179672. OLE color: 3179672.

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

Color convert

RGB15213248-
CMYK00.130.680.40
HSL48.46º52%39.22%-
HSV(B)48.46º68.42%59.61%-
XYZ21.7323.396.17-
YUV128.482.63144.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 48 (19.14% from 255) = 14.46%
R=45.78%
G=39.76%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521324800.130.680.4048.465239.22
Hex9884300D4428303427
Octal2302046001510450606447
Binary1001100010000100110000011011000100101000110000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988430; }

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

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

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

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

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

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

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

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