#98AF35

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

Shades of Limerick #98AF35

Tints of Limerick #98AF35

Color information

#98AF35 (or 0x98AF35) is unknown color: approx Limerick. HEX triplet: 98, AF and 35. RGB value is (152,175,53). Sum of RGB (Red+Green+Blue) = 152+175+53=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF35 is #6750CA. Grayscale: #9A9A9A. Windows color (decimal): -6770891 or 3518360. OLE color: 3518360.

HSL color Cylindrical-coordinate representation of color #98AF35: hue angle of 71.31º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98AF35 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB15217553-
CMYK0.1300.700.31
HSL71.31º53.51%44.71%-
HSV(B)71.31º69.71%68.63%-
XYZ28.9237.599.1-
YUV154.2270.88126.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=40%
G=46.05%
B=13.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175530.1300.700.3171.3153.5144.71
Hex98AF35D0461F47362d
Octal23025765150106371076655
Binary1001100010101111110101110101000110111111000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,53); }

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

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

 a { background-color: rgb(152,175,53); }

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

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

 span { border-color: rgb(152,175,53); }

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