#98B823

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

Shades of Limerick #98B823

Tints of Limerick #98B823

Color information

#98B823 (or 0x98B823) is unknown color: approx Limerick. HEX triplet: 98, B8 and 23. RGB value is (152,184,35). Sum of RGB (Red+Green+Blue) = 152+184+35=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 35 (14.06% from 255 or 9.43% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #98B823 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B823 is #6747DC. Grayscale: #9E9E9E. Windows color (decimal): -6768605 or 2341016. OLE color: 2341016.

HSL color Cylindrical-coordinate representation of color #98B823: hue angle of 72.89º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98B823 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB15218435-
CMYK0.1700.810.28
HSL72.89º68.04%42.94%-
HSV(B)72.89º80.98%72.16%-
XYZ30.3941.087.92-
YUV157.4558.9124.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 184 (72.27% from 255) = 49.60%
BLUE value IS 35 (14.06% from 255) = 9.43%
R=40.97%
G=49.60%
B=9.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152184350.1700.810.2872.8968.0442.94
Hex98B823110511C49442b
Octal230270432101213411110453
Binary100110001011100010001110001010100011110010010011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,35); }

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

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

 a { background-color: rgb(152,184,35); }

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

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

 span { border-color: rgb(152,184,35); }

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