#98BA11

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

Shades of Citrus #98BA11

Tints of Citrus #98BA11

Color information

#98BA11 (or 0x98BA11) is unknown color: approx Citrus. HEX triplet: 98, BA and 11. RGB value is (152,186,17). Sum of RGB (Red+Green+Blue) = 152+186+17=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98BA11 is #6745EE. Grayscale: #9D9D9D. Windows color (decimal): -6768111 or 1161880. OLE color: 1161880.

HSL color Cylindrical-coordinate representation of color #98BA11: hue angle of 72.07º degrees, saturation: 0.83, 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 #98BA11 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB15218617-
CMYK0.1800.910.27
HSL72.07º83.25%39.8%-
HSV(B)72.07º90.86%72.94%-
XYZ30.6141.836.99-
YUV156.5749.24124.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 186 (73.05% from 255) = 52.39%
BLUE value IS 17 (7.03% from 255) = 4.79%
R=42.82%
G=52.39%
B=4.79%

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
Decimal152186170.1800.910.2772.0783.2539.8
Hex98BA111205B1B485328
Octal230272212201333311012350
Binary10011000101110101000110010010110111101110010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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