#98B325

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

Shades of Limerick #98B325

Tints of Limerick #98B325

Color information

#98B325 (or 0x98B325) is unknown color: approx Limerick. HEX triplet: 98, B3 and 25. RGB value is (152,179,37). Sum of RGB (Red+Green+Blue) = 152+179+37=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #98B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B325 is #674CDA. Grayscale: #9B9B9B. Windows color (decimal): -6769883 or 2470808. OLE color: 2470808.

HSL color Cylindrical-coordinate representation of color #98B325: hue angle of 71.41º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98B325 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB15217937-
CMYK0.1500.790.30
HSL71.41º65.74%42.35%-
HSV(B)71.41º79.33%70.2%-
XYZ29.439.057.74-
YUV154.7461.55126.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.30%
GREEN value IS 179 (70.31% from 255) = 48.64%
BLUE value IS 37 (14.84% from 255) = 10.05%
R=41.30%
G=48.64%
B=10.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179370.1500.790.3071.4165.7442.35
Hex98B325F04F1E47422a
Octal230263451701173610710252
Binary10011000101100111001011111010011111111010001111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,37); }

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

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

 a { background-color: rgb(152,179,37); }

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

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

 span { border-color: rgb(152,179,37); }

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