#98A418

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

Shades of Citron #98A418

Tints of Citron #98A418

Color information

#98A418 (or 0x98A418) is unknown color: approx Citron. HEX triplet: 98, A4 and 18. RGB value is (152,164,24). Sum of RGB (Red+Green+Blue) = 152+164+24=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #98A418 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98A418 is #675BE7. Grayscale: #909090. Windows color (decimal): -6773736 or 1615000. OLE color: 1615000.

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

Color convert

RGB15216424-
CMYK0.0700.850.36
HSL65.14º74.47%36.86%-
HSV(B)65.14º85.37%64.31%-
XYZ26.3933.295.9-
YUV144.4560.02133.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 24 (9.77% from 255) = 7.06%
R=44.71%
G=48.24%
B=7.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152164240.0700.850.3665.1474.4736.86
Hex98A418705524414a25
Octal23024430701254410111245
Binary1001100010100100110001110101010110010010000011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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