#98A216

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

Shades of Citron #98A216

Tints of Citron #98A216

Color information

#98A216 (or 0x98A216) is unknown color: approx Citron. HEX triplet: 98, A2 and 16. RGB value is (152,162,22). Sum of RGB (Red+Green+Blue) = 152+162+22=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 162 (63.67% from 255 or 48.21% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 162 - color contains mainly: green. Hex color #98A216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A216 is #675DE9. Grayscale: #8F8F8F. Windows color (decimal): -6774250 or 1483416. OLE color: 1483416.

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

Color convert

RGB15216222-
CMYK0.0600.860.36
HSL64.29º76.09%36.08%-
HSV(B)64.29º86.42%63.53%-
XYZ26.0132.575.68-
YUV143.0559.69134.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 162 (63.67% from 255) = 48.21%
BLUE value IS 22 (8.98% from 255) = 6.55%
R=45.24%
G=48.21%
B=6.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162220.0600.860.3664.2976.0936.08
Hex98A216605624404c24
Octal23024226601264410011444
Binary1001100010100010101101100101011010010010000001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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