#98901C

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

Shades of Lemon Ginger #98901C

Tints of Lemon Ginger #98901C

Color information

#98901C (or 0x98901C) is unknown color: approx Lemon Ginger. HEX triplet: 98, 90 and 1C. RGB value is (152,144,28). Sum of RGB (Red+Green+Blue) = 152+144+28=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98901C is #676FE3. Grayscale: #858585. Windows color (decimal): -6778852 or 1872024. OLE color: 1872024.

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

Color convert

RGB15214428-
CMYK00.050.820.40
HSL56.13º68.89%35.29%-
HSV(B)56.13º81.58%59.61%-
XYZ23.1326.715.03-
YUV133.1768.65141.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 28 (11.33% from 255) = 8.64%
R=46.91%
G=44.44%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521442800.050.820.4056.1368.8935.29
Hex98901C055228384523
Octal2302203405122507010543
Binary100110001001000011100010110100101010001110001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98901C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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