#988338

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

Shades of Lemon Ginger #988338

Tints of Lemon Ginger #988338

Color information

#988338 (or 0x988338) is unknown color: approx Lemon Ginger. HEX triplet: 98, 83 and 38. RGB value is (152,131,56). Sum of RGB (Red+Green+Blue) = 152+131+56=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #988338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988338 is #677CC7. Grayscale: #818181. Windows color (decimal): -6782152 or 3703704. OLE color: 3703704.

HSL color Cylindrical-coordinate representation of color #988338: hue angle of 46.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #988338 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB15213156-
CMYK00.140.630.40
HSL46.88º46.15%40.78%-
HSV(B)46.88º63.16%59.61%-
XYZ21.7823.197.07-
YUV128.7386.96144.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 56 (22.27% from 255) = 16.52%
R=44.84%
G=38.64%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521315600.140.630.4046.8846.1540.78
Hex9883380E3F282f2e29
Octal230203700167750575651
Binary100110001000001111100001110111111101000101111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988338; }

 p { color: rgb(152,131,56); }

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

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

 a { background-color: rgb(152,131,56); }

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

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

 span { border-color: rgb(152,131,56); }

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