#98A016

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

Shades of Citron #98A016

Tints of Citron #98A016

Color information

#98A016 (or 0x98A016) is unknown color: approx Citron. HEX triplet: 98, A0 and 16. RGB value is (152,160,22). Sum of RGB (Red+Green+Blue) = 152+160+22=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #98A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A016 is #675FE9. Grayscale: #8E8E8E. Windows color (decimal): -6774762 or 1482904. OLE color: 1482904.

HSL color Cylindrical-coordinate representation of color #98A016: hue angle of 63.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98A016 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB15216022-
CMYK0.0500.860.37
HSL63.48º75.82%35.69%-
HSV(B)63.48º86.25%62.75%-
XYZ25.6631.875.56-
YUV141.8860.35135.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 160 (62.89% from 255) = 47.90%
BLUE value IS 22 (8.98% from 255) = 6.59%
R=45.51%
G=47.90%
B=6.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152160220.0500.860.3763.4875.8235.69
Hex98A0165056253f4c24
Octal2302402650126457711444
Binary100110001010000010110101010101101001011111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98A016; }

 p { color: rgb(152,160,22); }

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

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

 a { background-color: rgb(152,160,22); }

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

<style>
 span { border-color: #98A016; }

 span { border-color: rgb(152,160,22); }

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