#988A1B

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

Shades of Lemon Ginger #988A1B

Tints of Lemon Ginger #988A1B

Color information

#988A1B (or 0x988A1B) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8A and 1B. RGB value is (152,138,27). Sum of RGB (Red+Green+Blue) = 152+138+27=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #988A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988A1B is #6775E4. Grayscale: #818181. Windows color (decimal): -6780389 or 1804952. OLE color: 1804952.

HSL color Cylindrical-coordinate representation of color #988A1B: hue angle of 53.28º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #988A1B is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB15213827-
CMYK00.090.820.40
HSL53.28º69.83%35.1%-
HSV(B)53.28º82.24%59.61%-
XYZ22.2424.934.68-
YUV129.5370.14144.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.95%
GREEN value IS 138 (54.30% from 255) = 43.53%
BLUE value IS 27 (10.94% from 255) = 8.52%
R=47.95%
G=43.53%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521382700.090.820.4053.2869.8335.1
Hex988A1B095228354623
Octal23021233011122506510643
Binary1001100010001010110110100110100101010001101011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988A1B; }

 p { color: rgb(152,138,27); }

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

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

 a { background-color: rgb(152,138,27); }

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

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

 span { border-color: rgb(152,138,27); }

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