#98B427

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

Shades of Limerick #98B427

Tints of Limerick #98B427

Color information

#98B427 (or 0x98B427) is unknown color: approx Limerick. HEX triplet: 98, B4 and 27. RGB value is (152,180,39). Sum of RGB (Red+Green+Blue) = 152+180+39=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #98B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B427 is #674BD8. Grayscale: #9C9C9C. Windows color (decimal): -6769625 or 2602136. OLE color: 2602136.

HSL color Cylindrical-coordinate representation of color #98B427: hue angle of 71.91º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98B427 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB15218039-
CMYK0.1600.780.29
HSL71.91º64.38%42.94%-
HSV(B)71.91º78.33%70.59%-
XYZ29.6439.467.97-
YUV155.5562.22125.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=40.97%
G=48.52%
B=10.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal152180390.1600.780.2971.9164.3842.94
Hex98B4271004E1D48402b
Octal230264472001163511010053
Binary100110001011010010011110000010011101110110010001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,39); }

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

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

 a { background-color: rgb(152,180,39); }

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

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

 span { border-color: rgb(152,180,39); }

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