#98BA10

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

Shades of Citrus #98BA10

Tints of Citrus #98BA10

Color information

#98BA10 (or 0x98BA10) is unknown color: approx Citrus. HEX triplet: 98, BA and 10. RGB value is (152,186,16). Sum of RGB (Red+Green+Blue) = 152+186+16=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA10 is #6745EF. Grayscale: #9D9D9D. Windows color (decimal): -6768112 or 1096344. OLE color: 1096344.

HSL color Cylindrical-coordinate representation of color #98BA10: hue angle of 72º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98BA10 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15218616-
CMYK0.1800.910.27
HSL72º84.16%39.61%-
HSV(B)72º91.4%72.94%-
XYZ30.641.836.95-
YUV156.4548.74124.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 186 (73.05% from 255) = 52.54%
BLUE value IS 16 (6.64% from 255) = 4.52%
R=42.94%
G=52.54%
B=4.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152186160.1800.910.277284.1639.61
Hex98BA101205B1B485428
Octal230272202201333311012450
Binary10011000101110101000010010010110111101110010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,16); }

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

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

 a { background-color: rgb(152,186,16); }

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

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

 span { border-color: rgb(152,186,16); }

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