#998D27

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

Shades of Lemon Ginger #998D27

Tints of Lemon Ginger #998D27

Color information

#998D27 (or 0x998D27) is unknown color: approx Lemon Ginger. HEX triplet: 99, 8D and 27. RGB value is (153,141,39). Sum of RGB (Red+Green+Blue) = 153+141+39=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #998D27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998D27 is #6672D8. Grayscale: #858585. Windows color (decimal): -6714073 or 2592153. OLE color: 2592153.

HSL color Cylindrical-coordinate representation of color #998D27: hue angle of 53.68º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #998D27 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15314139-
CMYK00.080.750.4
HSL53.68º59.38%37.65%-
HSV(B)53.68º74.51%60%-
XYZ23.0325.975.72-
YUV132.9674.98142.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 39 (15.62% from 255) = 11.71%
R=45.95%
G=42.34%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531413900.080.750.453.6859.3837.65
Hex998D27084B28363b26
Octal2312154701011350667346
Binary1001100110001101100111010001001011101000110110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D27; }

 p { color: rgb(153,141,39); }

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

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

 a { background-color: rgb(153,141,39); }

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

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

 span { border-color: rgb(153,141,39); }

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