#98B33F

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

Shades of Limerick #98B33F

Tints of Limerick #98B33F

Color information

#98B33F (or 0x98B33F) is unknown color: approx Limerick. HEX triplet: 98, B3 and 3F. RGB value is (152,179,63). Sum of RGB (Red+Green+Blue) = 152+179+63=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #98B33F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B33F is #674CC0. Grayscale: #9E9E9E. Windows color (decimal): -6769857 or 4174744. OLE color: 4174744.

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

Color convert

RGB15217963-
CMYK0.1500.650.30
HSL73.97º47.93%47.45%-
HSV(B)73.97º64.8%70.2%-
XYZ29.9739.2710.7-
YUV157.774.55123.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 179 (70.31% from 255) = 45.43%
BLUE value IS 63 (25% from 255) = 15.99%
R=38.58%
G=45.43%
B=15.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152179630.1500.650.3073.9747.9347.45
Hex98B33FF0411E4a302f
Octal23026377170101361126057
Binary1001100010110011111111111101000001111101001010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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