#98b535

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

Shades of Limerick #98B535

Tints of Limerick #98B535

Color information

#98B535 (or 0x98B535) is unknown color: approx Limerick. HEX triplet: 98, B5 and 35. RGB value is (152,181,53). Sum of RGB (Red+Green+Blue) = 152+181+53=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #98B535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B535 is #674ACA. Grayscale: #9E9E9E. Windows color (decimal): -6769355 or 3519896. OLE color: 3519896.

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

Color convert

RGB15218153-
CMYK0.1600.710.29
HSL73.59º54.7%45.88%-
HSV(B)73.59º70.72%70.98%-
XYZ30.1239.989.5-
YUV157.7468.89123.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.38%
GREEN value IS 181 (71.09% from 255) = 46.89%
BLUE value IS 53 (21.09% from 255) = 13.73%
R=39.38%
G=46.89%
B=13.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152181530.1600.710.2973.5954.745.88
Hex98B535100471D4a372e
Octal23026565200107351126756
Binary10011000101101011101011000001000111111011001010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98b535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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