#98B33C

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

Shades of Limerick #98B33C

Tints of Limerick #98B33C

Color information

#98B33C (or 0x98B33C) is unknown color: approx Limerick. HEX triplet: 98, B3 and 3C. RGB value is (152,179,60). Sum of RGB (Red+Green+Blue) = 152+179+60=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #98B33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B33C is #674CC3. Grayscale: #9D9D9D. Windows color (decimal): -6769860 or 3978136. OLE color: 3978136.

HSL color Cylindrical-coordinate representation of color #98B33C: hue angle of 73.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98B33C is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB15217960-
CMYK0.1500.660.30
HSL73.61º49.79%46.86%-
HSV(B)73.61º66.48%70.2%-
XYZ29.8839.2410.27-
YUV157.3673.05124.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.87%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=38.87%
G=45.78%
B=15.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179600.1500.660.3073.6149.7946.86
Hex98B33CF0421E4a322f
Octal23026374170102361126257
Binary1001100010110011111100111101000010111101001010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,179,60); }

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

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

 a { background-color: rgb(152,179,60); }

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

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

 span { border-color: rgb(152,179,60); }

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