#999328

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

Shades of Lemon Ginger #999328

Tints of Lemon Ginger #999328

Color information

#999328 (or 0x999328) is unknown color: approx Lemon Ginger. HEX triplet: 99, 93 and 28. RGB value is (153,147,40). Sum of RGB (Red+Green+Blue) = 153+147+40=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #999328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999328 is #666CD7. Grayscale: #898989. Windows color (decimal): -6712536 or 2659225. OLE color: 2659225.

HSL color Cylindrical-coordinate representation of color #999328: hue angle of 56.81º degrees, saturation: 0.59, 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 #999328 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB15314740-
CMYK00.040.740.4
HSL56.81º58.55%37.84%-
HSV(B)56.81º73.86%60%-
XYZ23.9527.796.11-
YUV136.673.49139.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 40 (16.02% from 255) = 11.76%
R=45%
G=43.24%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531474000.040.740.456.8158.5537.84
Hex999328044A28393b26
Octal231223500411250717346
Binary100110011001001110100001001001010101000111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999328; }

 p { color: rgb(153,147,40); }

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

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

 a { background-color: rgb(153,147,40); }

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

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

 span { border-color: rgb(153,147,40); }

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