#988634

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

Shades of Lemon Ginger #988634

Tints of Lemon Ginger #988634

Color information

#988634 (or 0x988634) is unknown color: approx Lemon Ginger. HEX triplet: 98, 86 and 34. RGB value is (152,134,52). Sum of RGB (Red+Green+Blue) = 152+134+52=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988634 is #6779CB. Grayscale: #828282. Windows color (decimal): -6781388 or 3442328. OLE color: 3442328.

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

Color convert

RGB15213452-
CMYK00.120.660.40
HSL49.2º49.02%40%-
HSV(B)49.2º65.79%59.61%-
XYZ22.0923.976.71-
YUV130.0383.96143.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 52 (20.70% from 255) = 15.38%
R=44.97%
G=39.64%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521345200.120.660.4049.249.0240
Hex9886340C4228313128
Octal2302066401410250616150
Binary1001100010000110110100011001000010101000110001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988634; }

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

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

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

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

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

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

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

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