#98B72C

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

Shades of Limerick #98B72C

Tints of Limerick #98B72C

Color information

#98B72C (or 0x98B72C) is unknown color: approx Limerick. HEX triplet: 98, B7 and 2C. RGB value is (152,183,44). Sum of RGB (Red+Green+Blue) = 152+183+44=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #98B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B72C is #6748D3. Grayscale: #9E9E9E. Windows color (decimal): -6768852 or 2930584. OLE color: 2930584.

HSL color Cylindrical-coordinate representation of color #98B72C: hue angle of 73.38º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98B72C is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB15218344-
CMYK0.1700.760.28
HSL73.38º61.23%44.51%-
HSV(B)73.38º75.96%71.76%-
XYZ30.3440.728.64-
YUV157.8863.73123.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 44 (17.58% from 255) = 11.61%
R=40.11%
G=48.28%
B=11.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152183440.1700.760.2873.3861.2344.51
Hex98B72C1104C1C493d2d
Octal23026754210114341117555
Binary10011000101101111011001000101001100111001001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B72C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,183,44); }

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

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

 a { background-color: rgb(152,183,44); }

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

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

 span { border-color: rgb(152,183,44); }

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