#98A014

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

Shades of Citron #98A014

Tints of Citron #98A014

Color information

#98A014 (or 0x98A014) is unknown color: approx Citron. HEX triplet: 98, A0 and 14. RGB value is (152,160,20). Sum of RGB (Red+Green+Blue) = 152+160+20=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #98A014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A014 is #675FEB. Grayscale: #8E8E8E. Windows color (decimal): -6774764 or 1351832. OLE color: 1351832.

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

Color convert

RGB15216020-
CMYK0.0500.880.37
HSL63.43º77.78%35.29%-
HSV(B)63.43º87.5%62.75%-
XYZ25.6531.875.46-
YUV141.6559.35135.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 160 (62.89% from 255) = 48.19%
BLUE value IS 20 (8.20% from 255) = 6.02%
R=45.78%
G=48.19%
B=6.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152160200.0500.880.3763.4377.7835.29
Hex98A0145058253f4e23
Octal2302402450130457711643
Binary100110001010000010100101010110001001011111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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