#98B50E

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

Shades of Citrus #98B50E

Tints of Citrus #98B50E

Color information

#98B50E (or 0x98B50E) is unknown color: approx Citrus. HEX triplet: 98, B5 and 0E. RGB value is (152,181,14). Sum of RGB (Red+Green+Blue) = 152+181+14=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 181 (71.09% from 255 or 52.16% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 181 - color contains mainly: green. Hex color #98B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B50E is #674AF1. Grayscale: #999999. Windows color (decimal): -6769394 or 963992. OLE color: 963992.

HSL color Cylindrical-coordinate representation of color #98B50E: hue angle of 70.42º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98B50E is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB15218114-
CMYK0.1600.920.29
HSL70.42º85.64%38.24%-
HSV(B)70.42º92.27%70.98%-
XYZ29.5539.756.53-
YUV153.2949.39127.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.80%
GREEN value IS 181 (71.09% from 255) = 52.16%
BLUE value IS 14 (5.86% from 255) = 4.03%
R=43.80%
G=52.16%
B=4.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181140.1600.920.2970.4285.6438.24
Hex98B5E1005C1D465626
Octal230265162001343510612646
Binary1001100010110101111010000010111001110110001101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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