#98B533

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

Shades of Limerick #98B533

Tints of Limerick #98B533

Color information

#98B533 (or 0x98B533) is unknown color: approx Limerick. HEX triplet: 98, B5 and 33. RGB value is (152,181,51). Sum of RGB (Red+Green+Blue) = 152+181+51=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #98B533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B533 is #674ACC. Grayscale: #9E9E9E. Windows color (decimal): -6769357 or 3388824. OLE color: 3388824.

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

Color convert

RGB15218151-
CMYK0.1600.720.29
HSL73.38º56.03%45.49%-
HSV(B)73.38º71.82%70.98%-
XYZ30.0739.969.26-
YUV157.5167.89124.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.58%
GREEN value IS 181 (71.09% from 255) = 47.14%
BLUE value IS 51 (20.31% from 255) = 13.28%
R=39.58%
G=47.14%
B=13.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181510.1600.720.2973.3856.0345.49
Hex98B533100481D49382d
Octal23026563200110351117055
Binary10011000101101011100111000001001000111011001001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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