#98ae3e

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

Shades of Limerick #98AE3E

Tints of Limerick #98AE3E

Color information

#98AE3E (or 0x98AE3E) is unknown color: approx Limerick. HEX triplet: 98, AE and 3E. RGB value is (152,174,62). Sum of RGB (Red+Green+Blue) = 152+174+62=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE3E is #6751C1. Grayscale: #9B9B9B. Windows color (decimal): -6771138 or 4107928. OLE color: 4107928.

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

Color convert

RGB15217462-
CMYK0.1300.640.32
HSL71.79º47.46%46.27%-
HSV(B)71.79º64.37%68.24%-
XYZ28.9537.310.23-
YUV154.6575.71126.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.18%
GREEN value IS 174 (68.36% from 255) = 44.85%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=39.18%
G=44.85%
B=15.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174620.1300.640.3271.7947.4646.27
Hex98AE3ED04020482f2e
Octal23025676150100401105756
Binary10011000101011101111101101010000001000001001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ae3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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