#98AE2D

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

Shades of Limerick #98AE2D

Tints of Limerick #98AE2D

Color information

#98AE2D (or 0x98AE2D) is unknown color: approx Limerick. HEX triplet: 98, AE and 2D. RGB value is (152,174,45). Sum of RGB (Red+Green+Blue) = 152+174+45=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE2D is #6751D2. Grayscale: #999999. Windows color (decimal): -6771155 or 2993816. OLE color: 2993816.

HSL color Cylindrical-coordinate representation of color #98AE2D: hue angle of 70.23º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98AE2D is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB15217445-
CMYK0.1300.740.32
HSL70.23º58.9%42.94%-
HSV(B)70.23º74.14%68.24%-
XYZ28.5637.148.15-
YUV152.7267.21127.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 174 (68.36% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 12.13%
R=40.97%
G=46.90%
B=12.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174450.1300.740.3270.2358.942.94
Hex98AE2DD04A20463b2b
Octal23025655150112401067353
Binary10011000101011101011011101010010101000001000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,45); }

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

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

 a { background-color: rgb(152,174,45); }

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

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

 span { border-color: rgb(152,174,45); }

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