#98A214

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

Shades of Citron #98A214

Tints of Citron #98A214

Color information

#98A214 (or 0x98A214) is unknown color: approx Citron. HEX triplet: 98, A2 and 14. RGB value is (152,162,20). Sum of RGB (Red+Green+Blue) = 152+162+20=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #98A214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A214 is #675DEB. Grayscale: #8F8F8F. Windows color (decimal): -6774252 or 1352344. OLE color: 1352344.

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

Color convert

RGB15216220-
CMYK0.0600.880.36
HSL64.23º78.02%35.69%-
HSV(B)64.23º87.65%63.53%-
XYZ2632.575.58-
YUV142.8258.69134.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 162 (63.67% from 255) = 48.50%
BLUE value IS 20 (8.20% from 255) = 5.99%
R=45.51%
G=48.50%
B=5.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152162200.0600.880.3664.2378.0235.69
Hex98A214605824404e24
Octal23024224601304410011644
Binary1001100010100010101001100101100010010010000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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