#98a536

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

Shades of Limerick #98A536

Tints of Limerick #98A536

Color information

#98A536 (or 0x98A536) is unknown color: approx Limerick. HEX triplet: 98, A5 and 36. RGB value is (152,165,54). Sum of RGB (Red+Green+Blue) = 152+165+54=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #98A536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98A536 is #675AC9. Grayscale: #949494. Windows color (decimal): -6773450 or 3581336. OLE color: 3581336.

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

Color convert

RGB15216554-
CMYK0.0800.670.35
HSL67.03º50.68%42.94%-
HSV(B)67.03º67.27%64.71%-
XYZ27.0733.858.6-
YUV148.4674.69130.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=40.97%
G=44.47%
B=14.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152165540.0800.670.3567.0350.6842.94
Hex98A53680432343332b
Octal23024566100103431036353
Binary10011000101001011101101000010000111000111000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98a536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,165,54); }

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

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

 a { background-color: rgb(152,165,54); }

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

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

 span { border-color: rgb(152,165,54); }

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