#999429

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

Shades of Lemon Ginger #999429

Tints of Lemon Ginger #999429

Color information

#999429 (or 0x999429) is unknown color: approx Lemon Ginger. HEX triplet: 99, 94 and 29. RGB value is (153,148,41). Sum of RGB (Red+Green+Blue) = 153+148+41=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 41 (16.41% from 255 or 11.99% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #999429 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999429 is #666BD6. Grayscale: #898989. Windows color (decimal): -6712279 or 2725017. OLE color: 2725017.

HSL color Cylindrical-coordinate representation of color #999429: hue angle of 57.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #999429 is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15314841-
CMYK00.030.730.4
HSL57.32º57.73%38.04%-
HSV(B)57.32º73.2%60%-
XYZ24.1328.116.25-
YUV137.373.66139.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 41 (16.41% from 255) = 11.99%
R=44.74%
G=43.27%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531484100.030.730.457.3257.7338.04
Hex999429034928393a26
Octal231224510311150717246
Binary10011001100101001010010111001001101000111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999429; }

 p { color: rgb(153,148,41); }

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

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

 a { background-color: rgb(153,148,41); }

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

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

 span { border-color: rgb(153,148,41); }

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