#98901a

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

Shades of Lemon Ginger #98901A

Tints of Lemon Ginger #98901A

Color information

#98901A (or 0x98901A) is unknown color: approx Lemon Ginger. HEX triplet: 98, 90 and 1A. RGB value is (152,144,26). Sum of RGB (Red+Green+Blue) = 152+144+26=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 26 (10.55% from 255 or 8.07% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #98901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901A is #676FE5. Grayscale: #858585. Windows color (decimal): -6778854 or 1740952. OLE color: 1740952.

HSL color Cylindrical-coordinate representation of color #98901A: hue angle of 56.19º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98901A is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB15214426-
CMYK00.050.830.40
HSL56.19º70.79%34.9%-
HSV(B)56.19º82.89%59.61%-
XYZ23.1126.74.91-
YUV132.9467.65141.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 26 (10.55% from 255) = 8.07%
R=47.20%
G=44.72%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521442600.050.830.4056.1970.7934.9
Hex98901A055328384723
Octal2302203205123507010743
Binary100110001001000011010010110100111010001110001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98901a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98901a; }

 p { color: rgb(152,144,26); }

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

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

 a { background-color: rgb(152,144,26); }

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

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

 span { border-color: rgb(152,144,26); }

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