#988832

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

Shades of Lemon Ginger #988832

Tints of Lemon Ginger #988832

Color information

#988832 (or 0x988832) is unknown color: approx Lemon Ginger. HEX triplet: 98, 88 and 32. RGB value is (152,136,50). Sum of RGB (Red+Green+Blue) = 152+136+50=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988832 is #6777CD. Grayscale: #838383. Windows color (decimal): -6780878 or 3311768. OLE color: 3311768.

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

Color convert

RGB15213650-
CMYK00.110.670.40
HSL50.59º50.5%39.61%-
HSV(B)50.59º67.11%59.61%-
XYZ22.3324.516.57-
YUV130.9882.3142.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=44.97%
G=40.24%
B=14.79%

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
Decimal1521365000.110.670.4050.5950.539.61
Hex9888320B4328333228
Octal2302106201310350636250
Binary1001100010001000110010010111000011101000110011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988832; }

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

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

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

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

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

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

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

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