#98AA26

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

Shades of Limerick #98AA26

Tints of Limerick #98AA26

Color information

#98AA26 (or 0x98AA26) is unknown color: approx Limerick. HEX triplet: 98, AA and 26. RGB value is (152,170,38). Sum of RGB (Red+Green+Blue) = 152+170+38=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AA26 is #6755D9. Grayscale: #969696. Windows color (decimal): -6772186 or 2534040. OLE color: 2534040.

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

Color convert

RGB15217038-
CMYK0.1100.780.33
HSL68.18º63.46%40.78%-
HSV(B)68.18º77.65%66.67%-
XYZ27.6735.567.24-
YUV149.5765.04129.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 38 (15.23% from 255) = 10.56%
R=42.22%
G=47.22%
B=10.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152170380.1100.780.3368.1863.4640.78
Hex98AA26B04E21443f29
Octal23025246130116411047751
Binary10011000101010101001101011010011101000011000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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