#988732

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

Shades of Lemon Ginger #988732

Tints of Lemon Ginger #988732

Color information

#988732 (or 0x988732) is unknown color: approx Lemon Ginger. HEX triplet: 98, 87 and 32. RGB value is (152,135,50). Sum of RGB (Red+Green+Blue) = 152+135+50=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #988732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988732 is #6778CD. Grayscale: #828282. Windows color (decimal): -6781134 or 3311512. OLE color: 3311512.

HSL color Cylindrical-coordinate representation of color #988732: hue angle of 50º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #988732 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB15213550-
CMYK00.110.670.40
HSL50º50.5%39.61%-
HSV(B)50º67.11%59.61%-
XYZ22.1924.236.53-
YUV130.3982.63143.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=45.10%
G=40.06%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521355000.110.670.405050.539.61
Hex9887320B4328323228
Octal2302076201310350626250
Binary1001100010000111110010010111000011101000110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988732; }

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

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

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

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

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

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

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

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