#988B28

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

Shades of Lemon Ginger #988B28

Tints of Lemon Ginger #988B28

Color information

#988B28 (or 0x988B28) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8B and 28. RGB value is (152,139,40). Sum of RGB (Red+Green+Blue) = 152+139+40=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #988B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988B28 is #6774D7. Grayscale: #848484. Windows color (decimal): -6780120 or 2657176. OLE color: 2657176.

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

Color convert

RGB15213940-
CMYK00.090.740.40
HSL53.04º58.33%37.65%-
HSV(B)53.04º73.68%59.61%-
XYZ22.5625.295.7-
YUV131.676.31142.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=45.92%
G=41.99%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521394000.090.740.4053.0458.3337.65
Hex988B28094A28353a26
Octal2302135001111250657246
Binary1001100010001011101000010011001010101000110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,139,40); }

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

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

 a { background-color: rgb(152,139,40); }

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

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

 span { border-color: rgb(152,139,40); }

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