#98AA37

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

Shades of Limerick #98AA37

Tints of Limerick #98AA37

Color information

#98AA37 (or 0x98AA37) is unknown color: approx Limerick. HEX triplet: 98, AA and 37. RGB value is (152,170,55). Sum of RGB (Red+Green+Blue) = 152+170+55=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AA37 is #6755C8. Grayscale: #979797. Windows color (decimal): -6772169 or 3648152. OLE color: 3648152.

HSL color Cylindrical-coordinate representation of color #98AA37: hue angle of 69.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98AA37 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB15217055-
CMYK0.1100.680.33
HSL69.39º51.11%44.12%-
HSV(B)69.39º67.65%66.67%-
XYZ28.0135.79.03-
YUV151.5173.54128.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 55 (21.88% from 255) = 14.59%
R=40.32%
G=45.09%
B=14.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152170550.1100.680.3369.3951.1144.12
Hex98AA37B0442145332c
Octal23025267130104411056354
Binary10011000101010101101111011010001001000011000101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,55); }

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

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

 a { background-color: rgb(152,170,55); }

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

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

 span { border-color: rgb(152,170,55); }

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