#98B126

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

Shades of Limerick #98B126

Tints of Limerick #98B126

Color information

#98B126 (or 0x98B126) is unknown color: approx Limerick. HEX triplet: 98, B1 and 26. RGB value is (152,177,38). Sum of RGB (Red+Green+Blue) = 152+177+38=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 177 (69.53% from 255 or 48.23% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 177 - color contains mainly: green. Hex color #98B126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B126 is #674ED9. Grayscale: #9A9A9A. Windows color (decimal): -6770394 or 2535832. OLE color: 2535832.

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

Color convert

RGB15217738-
CMYK0.1400.790.31
HSL70.79º64.65%42.16%-
HSV(B)70.79º78.53%69.41%-
XYZ29.0238.267.69-
YUV153.6862.72126.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 177 (69.53% from 255) = 48.23%
BLUE value IS 38 (15.23% from 255) = 10.35%
R=41.42%
G=48.23%
B=10.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152177380.1400.790.3170.7964.6542.16
Hex98B126E04F1F47412a
Octal230261461601173710710152
Binary10011000101100011001101110010011111111110001111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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