#98A218

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

Shades of Citron #98A218

Tints of Citron #98A218

Color information

#98A218 (or 0x98A218) is unknown color: approx Citron. HEX triplet: 98, A2 and 18. RGB value is (152,162,24). Sum of RGB (Red+Green+Blue) = 152+162+24=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #98A218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A218 is #675DE7. Grayscale: #8F8F8F. Windows color (decimal): -6774248 or 1614488. OLE color: 1614488.

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

Color convert

RGB15216224-
CMYK0.0600.850.36
HSL64.35º74.19%36.47%-
HSV(B)64.35º85.19%63.53%-
XYZ26.0332.585.78-
YUV143.2860.69134.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 24 (9.77% from 255) = 7.10%
R=44.97%
G=47.93%
B=7.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162240.0600.850.3664.3574.1936.47
Hex98A218605524404a24
Octal23024230601254410011244
Binary1001100010100010110001100101010110010010000001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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