#98A63A

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

Shades of Limerick #98A63A

Tints of Limerick #98A63A

Color information

#98A63A (or 0x98A63A) is unknown color: approx Limerick. HEX triplet: 98, A6 and 3A. RGB value is (152,166,58). Sum of RGB (Red+Green+Blue) = 152+166+58=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #98A63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A63A is #6759C5. Grayscale: #959595. Windows color (decimal): -6773190 or 3843736. OLE color: 3843736.

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

Color convert

RGB15216658-
CMYK0.0800.650.35
HSL67.78º48.21%43.92%-
HSV(B)67.78º65.06%65.1%-
XYZ27.3534.259.17-
YUV149.576.36129.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 58 (23.05% from 255) = 15.43%
R=40.43%
G=44.15%
B=15.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152166580.0800.650.3567.7848.2143.92
Hex98A63A80412344302c
Octal23024672100101431046054
Binary10011000101001101110101000010000011000111000100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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