#98AB33

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

Shades of Limerick #98AB33

Tints of Limerick #98AB33

Color information

#98AB33 (or 0x98AB33) is unknown color: approx Limerick. HEX triplet: 98, AB and 33. RGB value is (152,171,51). Sum of RGB (Red+Green+Blue) = 152+171+51=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AB33 is #6754CC. Grayscale: #989898. Windows color (decimal): -6771917 or 3386264. OLE color: 3386264.

HSL color Cylindrical-coordinate representation of color #98AB33: hue angle of 69.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98AB33 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB15217151-
CMYK0.1100.700.33
HSL69.5º54.05%43.53%-
HSV(B)69.5º70.18%67.06%-
XYZ28.1136.048.61-
YUV151.6471.21128.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 171 (67.19% from 255) = 45.72%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=40.64%
G=45.72%
B=13.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152171510.1100.700.3369.554.0543.53
Hex98AB33B0462146362c
Octal23025363130106411066654
Binary10011000101010111100111011010001101000011000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,171,51); }

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

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

 a { background-color: rgb(152,171,51); }

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

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

 span { border-color: rgb(152,171,51); }

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