#998327

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

Shades of Lemon Ginger #998327

Tints of Lemon Ginger #998327

Color information

#998327 (or 0x998327) is unknown color: approx Lemon Ginger. HEX triplet: 99, 83 and 27. RGB value is (153,131,39). Sum of RGB (Red+Green+Blue) = 153+131+39=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 39 (15.62% from 255 or 12.07% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #998327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998327 is #667CD8. Grayscale: #7F7F7F. Windows color (decimal): -6716633 or 2589593. OLE color: 2589593.

HSL color Cylindrical-coordinate representation of color #998327: hue angle of 48.42º 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 #998327 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB15313139-
CMYK00.140.750.4
HSL48.42º59.38%37.65%-
HSV(B)48.42º74.51%60%-
XYZ21.6223.155.25-
YUV127.0978.29146.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 131 (51.56% from 255) = 40.56%
BLUE value IS 39 (15.62% from 255) = 12.07%
R=47.37%
G=40.56%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531313900.140.750.448.4259.3837.65
Hex9983270E4B28303b26
Octal2312034701611350607346
Binary1001100110000011100111011101001011101000110000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998327; }

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

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

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

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

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

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

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

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