#99942A

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

Shades of Lemon Ginger #99942A

Tints of Lemon Ginger #99942A

Color information

#99942A (or 0x99942A) is unknown color: approx Lemon Ginger. HEX triplet: 99, 94 and 2A. RGB value is (153,148,42). Sum of RGB (Red+Green+Blue) = 153+148+42=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99942A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99942A is #666BD5. Grayscale: #898989. Windows color (decimal): -6712278 or 2790553. OLE color: 2790553.

HSL color Cylindrical-coordinate representation of color #99942A: hue angle of 57.3º degrees, saturation: 0.57, 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 #99942A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB15314842-
CMYK00.030.730.4
HSL57.3º56.92%38.24%-
HSV(B)57.3º72.55%60%-
XYZ24.1428.126.35-
YUV137.4174.16139.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 42 (16.80% from 255) = 12.24%
R=44.61%
G=43.15%
B=12.24%

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
Decimal1531484200.030.730.457.356.9238.24
Hex99942A034928393926
Octal231224520311150717146
Binary10011001100101001010100111001001101000111001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99942A; }

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

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

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

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

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

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

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

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