#98AF1C

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

Shades of Limerick #98AF1C

Tints of Limerick #98AF1C

Color information

#98AF1C (or 0x98AF1C) is unknown color: approx Limerick. HEX triplet: 98, AF and 1C. RGB value is (152,175,28). Sum of RGB (Red+Green+Blue) = 152+175+28=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF1C is #6750E3. Grayscale: #979797. Windows color (decimal): -6770916 or 1879960. OLE color: 1879960.

HSL color Cylindrical-coordinate representation of color #98AF1C: hue angle of 69.39º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98AF1C is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB15217528-
CMYK0.1300.840.31
HSL69.39º72.41%39.8%-
HSV(B)69.39º84%68.63%-
XYZ28.4937.426.82-
YUV151.3658.38128.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 175 (68.75% from 255) = 49.30%
BLUE value IS 28 (11.33% from 255) = 7.89%
R=42.82%
G=49.30%
B=7.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175280.1300.840.3169.3972.4139.8
Hex98AF1CD0541F454828
Octal230257341501243710511050
Binary1001100010101111111001101010101001111110001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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