#98940D

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

Shades of Citron #98940D

Tints of Citron #98940D

Color information

#98940D (or 0x98940D) is unknown color: approx Citron. HEX triplet: 98, 94 and 0D. RGB value is (152,148,13). Sum of RGB (Red+Green+Blue) = 152+148+13=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98940D is #676BF2. Grayscale: #868686. Windows color (decimal): -6777843 or 890008. OLE color: 890008.

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

Color convert

RGB15214813-
CMYK00.030.910.40
HSL58.27º84.24%32.35%-
HSV(B)58.27º91.45%59.61%-
XYZ23.6127.884.52-
YUV133.8159.83140.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 148 (58.20% from 255) = 47.28%
BLUE value IS 13 (5.47% from 255) = 4.15%
R=48.56%
G=47.28%
B=4.15%

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
Decimal1521481300.030.910.4058.2784.2432.35
Hex9894D035B283a5420
Octal2302241503133507212440
Binary1001100010010100110101110110111010001110101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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