#98A20E

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

Shades of Citron #98A20E

Tints of Citron #98A20E

Color information

#98A20E (or 0x98A20E) is unknown color: approx Citron. HEX triplet: 98, A2 and 0E. RGB value is (152,162,14). Sum of RGB (Red+Green+Blue) = 152+162+14=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 162 (63.67% from 255 or 49.39% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 162 - color contains mainly: green. Hex color #98A20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A20E is #675DF1. Grayscale: #8E8E8E. Windows color (decimal): -6774258 or 959128. OLE color: 959128.

HSL color Cylindrical-coordinate representation of color #98A20E: hue angle of 64.05º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98A20E is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB15216214-
CMYK0.0600.910.36
HSL64.05º84.09%34.51%-
HSV(B)64.05º91.36%63.53%-
XYZ25.9532.555.33-
YUV142.1455.69135.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 162 (63.67% from 255) = 49.39%
BLUE value IS 14 (5.86% from 255) = 4.27%
R=46.34%
G=49.39%
B=4.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162140.0600.910.3664.0584.0934.51
Hex98A2E605B24405423
Octal23024216601334410012443
Binary100110001010001011101100101101110010010000001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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