#988628

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

Shades of Lemon Ginger #988628

Tints of Lemon Ginger #988628

Color information

#988628 (or 0x988628) is unknown color: approx Lemon Ginger. HEX triplet: 98, 86 and 28. RGB value is (152,134,40). Sum of RGB (Red+Green+Blue) = 152+134+40=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #988628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988628 is #6779D7. Grayscale: #818181. Windows color (decimal): -6781400 or 2655896. OLE color: 2655896.

HSL color Cylindrical-coordinate representation of color #988628: hue angle of 50.36º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #988628 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB15213440-
CMYK00.120.740.40
HSL50.36º58.33%37.65%-
HSV(B)50.36º73.68%59.61%-
XYZ21.8623.885.46-
YUV128.6777.96144.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 134 (52.73% from 255) = 41.10%
BLUE value IS 40 (16.02% from 255) = 12.27%
R=46.63%
G=41.10%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521344000.120.740.4050.3658.3337.65
Hex9886280C4A28323a26
Octal2302065001411250627246
Binary1001100010000110101000011001001010101000110010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988628; }

 p { color: rgb(152,134,40); }

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

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

 a { background-color: rgb(152,134,40); }

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

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

 span { border-color: rgb(152,134,40); }

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