#988F27

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

Shades of Lemon Ginger #988F27

Tints of Lemon Ginger #988F27

Color information

#988F27 (or 0x988F27) is unknown color: approx Lemon Ginger. HEX triplet: 98, 8F and 27. RGB value is (152,143,39). Sum of RGB (Red+Green+Blue) = 152+143+39=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 39 (15.62% from 255 or 11.68% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #988F27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #988F27 is #6770D8. Grayscale: #868686. Windows color (decimal): -6779097 or 2592664. OLE color: 2592664.

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

Color convert

RGB15214339-
CMYK00.060.740.40
HSL55.22º59.16%37.45%-
HSV(B)55.22º74.34%59.61%-
XYZ23.1426.475.81-
YUV133.8374.48140.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 143 (56.25% from 255) = 42.81%
BLUE value IS 39 (15.62% from 255) = 11.68%
R=45.51%
G=42.81%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521433900.060.740.4055.2259.1637.45
Hex988F27064A28373b25
Octal230217470611250677345
Binary100110001000111110011101101001010101000110111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,143,39); }

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

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

 a { background-color: rgb(152,143,39); }

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

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

 span { border-color: rgb(152,143,39); }

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