#98932A

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

Shades of Lemon Ginger #98932A

Tints of Lemon Ginger #98932A

Color information

#98932A (or 0x98932A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 93 and 2A. RGB value is (152,147,42). Sum of RGB (Red+Green+Blue) = 152+147+42=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98932A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98932A is #676CD5. Grayscale: #888888. Windows color (decimal): -6778070 or 2790296. OLE color: 2790296.

HSL color Cylindrical-coordinate representation of color #98932A: hue angle of 57.27º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98932A is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB15214742-
CMYK00.030.720.40
HSL57.27º56.7%38.04%-
HSV(B)57.27º72.37%59.61%-
XYZ23.827.716.28-
YUV136.5274.66139.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=44.57%
G=43.11%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521474200.030.720.4057.2756.738.04
Hex98932A034828393926
Octal230223520311050717146
Binary10011000100100111010100111001000101000111001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98932A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,147,42); }

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

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

 a { background-color: rgb(152,147,42); }

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

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

 span { border-color: rgb(152,147,42); }

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