#98A633

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

Shades of Limerick #98A633

Tints of Limerick #98A633

Color information

#98A633 (or 0x98A633) is unknown color: approx Limerick. HEX triplet: 98, A6 and 33. RGB value is (152,166,51). Sum of RGB (Red+Green+Blue) = 152+166+51=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #98A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A633 is #6759CC. Grayscale: #959595. Windows color (decimal): -6773197 or 3384984. OLE color: 3384984.

HSL color Cylindrical-coordinate representation of color #98A633: hue angle of 67.3º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98A633 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB15216651-
CMYK0.0800.690.35
HSL67.3º53%42.55%-
HSV(B)67.3º69.28%65.1%-
XYZ27.1834.198.3-
YUV148.772.86130.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.19%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 51 (20.31% from 255) = 13.82%
R=41.19%
G=44.99%
B=13.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152166510.0800.690.3567.35342.55
Hex98A63380452343352b
Octal23024663100105431036553
Binary10011000101001101100111000010001011000111000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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