#988238

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

Shades of Lemon Ginger #988238

Tints of Lemon Ginger #988238

Color information

#988238 (or 0x988238) is unknown color: approx Lemon Ginger. HEX triplet: 98, 82 and 38. RGB value is (152,130,56). Sum of RGB (Red+Green+Blue) = 152+130+56=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988238 is #677DC7. Grayscale: #808080. Windows color (decimal): -6782408 or 3703448. OLE color: 3703448.

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

Color convert

RGB15213056-
CMYK00.140.630.40
HSL46.25º46.15%40.78%-
HSV(B)46.25º63.16%59.61%-
XYZ21.6522.937.03-
YUV128.1487.29145.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=44.97%
G=38.46%
B=16.57%

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
Decimal1521305600.140.630.4046.2546.1540.78
Hex9882380E3F282e2e29
Octal230202700167750565651
Binary100110001000001011100001110111111101000101110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988238; }

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

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

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

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

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

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

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

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