#988734

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

Shades of Lemon Ginger #988734

Tints of Lemon Ginger #988734

Color information

#988734 (or 0x988734) is unknown color: approx Lemon Ginger. HEX triplet: 98, 87 and 34. RGB value is (152,135,52). Sum of RGB (Red+Green+Blue) = 152+135+52=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988734 is #6778CB. Grayscale: #828282. Windows color (decimal): -6781132 or 3442584. OLE color: 3442584.

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

Color convert

RGB15213552-
CMYK00.110.660.40
HSL49.8º49.02%40%-
HSV(B)49.8º65.79%59.61%-
XYZ22.2324.256.76-
YUV130.6283.63143.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=44.84%
G=39.82%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521355200.110.660.4049.849.0240
Hex9887340B4228323128
Octal2302076401310250626150
Binary1001100010000111110100010111000010101000110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988734; }

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

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

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

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

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

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

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

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