#98B032

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

Shades of Limerick #98B032

Tints of Limerick #98B032

Color information

#98B032 (or 0x98B032) is unknown color: approx Limerick. HEX triplet: 98, B0 and 32. RGB value is (152,176,50). Sum of RGB (Red+Green+Blue) = 152+176+50=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 176 (69.14% from 255 or 46.56% from 378); Blue value is 50 (19.92% from 255 or 13.23% from 378); Max value from RGB is 176 - color contains mainly: green. Hex color #98B032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B032 is #674FCD. Grayscale: #9A9A9A. Windows color (decimal): -6770638 or 3322008. OLE color: 3322008.

HSL color Cylindrical-coordinate representation of color #98B032: hue angle of 71.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98B032 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB15217650-
CMYK0.1400.720.31
HSL71.43º55.75%44.31%-
HSV(B)71.43º71.59%69.02%-
XYZ29.0537.968.81-
YUV154.4669.05126.25-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 176 (69.14% from 255) = 46.56%
BLUE value IS 50 (19.92% from 255) = 13.23%
R=40.21%
G=46.56%
B=13.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152176500.1400.720.3171.4355.7544.31
Hex98B032E0481F47382c
Octal23026062160110371077054
Binary1001100010110000110010111001001000111111000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,176,50); }

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

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

 a { background-color: rgb(152,176,50); }

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

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

 span { border-color: rgb(152,176,50); }

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