#98940E

Color #98940E Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #98940E

Tints of Citron #98940E

Color information

#98940E (or 0x98940E) is unknown color: approx Citron. HEX triplet: 98, 94 and 0E. RGB value is (152,148,14). Sum of RGB (Red+Green+Blue) = 152+148+14=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98940E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940E is #676BF1. Grayscale: #868686. Windows color (decimal): -6777842 or 955544. OLE color: 955544.

HSL color Cylindrical-coordinate representation of color #98940E: hue angle of 58.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98940E is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB15214814-
CMYK00.030.910.40
HSL58.26º83.13%32.55%-
HSV(B)58.26º90.79%59.61%-
XYZ23.6227.894.55-
YUV133.9260.33140.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 148 (58.20% from 255) = 47.13%
BLUE value IS 14 (5.86% from 255) = 4.46%
R=48.41%
G=47.13%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521481400.030.910.4058.2683.1332.55
Hex9894E035B283a5321
Octal2302241603133507212341
Binary1001100010010100111001110110111010001110101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98940E; }

 p { color: rgb(152,148,14); }

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

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

 a { background-color: rgb(152,148,14); }

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

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

 span { border-color: rgb(152,148,14); }

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