#98B13A

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

Shades of Limerick #98B13A

Tints of Limerick #98B13A

Color information

#98B13A (or 0x98B13A) is unknown color: approx Limerick. HEX triplet: 98, B1 and 3A. RGB value is (152,177,58). Sum of RGB (Red+Green+Blue) = 152+177+58=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 58 (23.05% from 255 or 14.99% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #98B13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B13A is #674EC5. Grayscale: #9C9C9C. Windows color (decimal): -6770374 or 3846552. OLE color: 3846552.

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

Color convert

RGB15217758-
CMYK0.1400.670.31
HSL72.61º50.64%46.08%-
HSV(B)72.61º67.23%69.41%-
XYZ29.4338.439.87-
YUV155.9672.72125.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 58 (23.05% from 255) = 14.99%
R=39.28%
G=45.74%
B=14.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152177580.1400.670.3172.6150.6446.08
Hex98B13AE0431F49332e
Octal23026172160103371116356
Binary1001100010110001111010111001000011111111001001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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