#98B12E

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

Shades of Limerick #98B12E

Tints of Limerick #98B12E

Color information

#98B12E (or 0x98B12E) is unknown color: approx Limerick. HEX triplet: 98, B1 and 2E. RGB value is (152,177,46). Sum of RGB (Red+Green+Blue) = 152+177+46=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #98B12E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B12E is #674ED1. Grayscale: #9B9B9B. Windows color (decimal): -6770386 or 3060120. OLE color: 3060120.

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

Color convert

RGB15217746-
CMYK0.1400.740.31
HSL71.45º58.74%43.73%-
HSV(B)71.45º74.01%69.41%-
XYZ29.1638.328.44-
YUV154.5966.72126.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=40.53%
G=47.2%
B=12.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152177460.1400.740.3171.4558.7443.73
Hex98B12EE04A1F473b2c
Octal23026156160112371077354
Binary1001100010110001101110111001001010111111000111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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