#98B526

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

Shades of Limerick #98B526

Tints of Limerick #98B526

Color information

#98B526 (or 0x98B526) is unknown color: approx Limerick. HEX triplet: 98, B5 and 26. RGB value is (152,181,38). Sum of RGB (Red+Green+Blue) = 152+181+38=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 181 (71.09% from 255 or 48.79% from 371); Blue value is 38 (15.23% from 255 or 10.24% from 371); Max value from RGB is 181 - color contains mainly: green. Hex color #98B526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B526 is #674AD9. Grayscale: #9C9C9C. Windows color (decimal): -6769370 or 2536856. OLE color: 2536856.

HSL color Cylindrical-coordinate representation of color #98B526: hue angle of 72.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98B526 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB15218138-
CMYK0.1600.790.29
HSL72.17º65.3%42.94%-
HSV(B)72.17º79.01%70.98%-
XYZ29.8239.867.96-
YUV156.0361.39125.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 181 (71.09% from 255) = 48.79%
BLUE value IS 38 (15.23% from 255) = 10.24%
R=40.97%
G=48.79%
B=10.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181380.1600.790.2972.1765.342.94
Hex98B5261004F1D48412b
Octal230265462001173511010153
Binary100110001011010110011010000010011111110110010001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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