#98b428

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

Shades of Limerick #98B428

Tints of Limerick #98B428

Color information

#98B428 (or 0x98B428) is unknown color: approx Limerick. HEX triplet: 98, B4 and 28. RGB value is (152,180,40). Sum of RGB (Red+Green+Blue) = 152+180+40=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 180 (70.70% from 255 or 48.39% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 180 - color contains mainly: green. Hex color #98B428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B428 is #674BD7. Grayscale: #9C9C9C. Windows color (decimal): -6769624 or 2667672. OLE color: 2667672.

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

Color convert

RGB15218040-
CMYK0.1600.780.29
HSL72º63.64%43.14%-
HSV(B)72º77.78%70.59%-
XYZ29.6539.478.06-
YUV155.6762.72125.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 180 (70.70% from 255) = 48.39%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=40.86%
G=48.39%
B=10.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152180400.1600.780.297263.6443.14
Hex98B4281004E1D48402b
Octal230264502001163511010053
Binary100110001011010010100010000010011101110110010001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98b428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,40); }

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

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

 a { background-color: rgb(152,180,40); }

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

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

 span { border-color: rgb(152,180,40); }

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