#98AA34

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

Shades of Limerick #98AA34

Tints of Limerick #98AA34

Color information

#98AA34 (or 0x98AA34) is unknown color: approx Limerick. HEX triplet: 98, AA and 34. RGB value is (152,170,52). Sum of RGB (Red+Green+Blue) = 152+170+52=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AA34 is #6755CB. Grayscale: #979797. Windows color (decimal): -6772172 or 3451544. OLE color: 3451544.

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

Color convert

RGB15217052-
CMYK0.1100.690.33
HSL69.15º53.15%43.53%-
HSV(B)69.15º69.41%66.67%-
XYZ27.9435.678.66-
YUV151.1772.04128.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 170 (66.80% from 255) = 45.45%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=40.64%
G=45.45%
B=13.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152170520.1100.690.3369.1553.1543.53
Hex98AA34B0452145352c
Octal23025264130105411056554
Binary10011000101010101101001011010001011000011000101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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