#98B12F

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

Shades of Limerick #98B12F

Tints of Limerick #98B12F

Color information

#98B12F (or 0x98B12F) is unknown color: approx Limerick. HEX triplet: 98, B1 and 2F. RGB value is (152,177,47). Sum of RGB (Red+Green+Blue) = 152+177+47=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #98B12F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B12F is #674ED0. Grayscale: #9B9B9B. Windows color (decimal): -6770385 or 3125656. OLE color: 3125656.

HSL color Cylindrical-coordinate representation of color #98B12F: hue angle of 71.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98B12F is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB15217747-
CMYK0.1400.730.31
HSL71.54º58.04%43.92%-
HSV(B)71.54º73.45%69.41%-
XYZ29.1838.328.55-
YUV154.7167.22126.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 47 (18.75% from 255) = 12.5%
R=40.43%
G=47.07%
B=12.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152177470.1400.730.3171.5458.0443.92
Hex98B12FE0491F483a2c
Octal23026157160111371107254
Binary1001100010110001101111111001001001111111001000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,47); }

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

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

 a { background-color: rgb(152,177,47); }

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

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

 span { border-color: rgb(152,177,47); }

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