#988139

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

Shades of Lemon Ginger #988139

Tints of Lemon Ginger #988139

Color information

#988139 (or 0x988139) is unknown color: approx Lemon Ginger. HEX triplet: 98, 81 and 39. RGB value is (152,129,57). Sum of RGB (Red+Green+Blue) = 152+129+57=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #988139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988139 is #677EC6. Grayscale: #7F7F7F. Windows color (decimal): -6782663 or 3768728. OLE color: 3768728.

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

Color convert

RGB15212957-
CMYK00.150.620.40
HSL45.47º45.45%40.98%-
HSV(B)45.47º62.5%59.61%-
XYZ21.5422.677.11-
YUV127.6788.12145.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 57 (22.66% from 255) = 16.86%
R=44.97%
G=38.17%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521295700.150.620.4045.4745.4540.98
Hex9881390F3E282d2d29
Octal230201710177650555551
Binary100110001000000111100101111111110101000101101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988139; }

 p { color: rgb(152,129,57); }

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

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

 a { background-color: rgb(152,129,57); }

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

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

 span { border-color: rgb(152,129,57); }

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