Html Css Color HEX #98B830 Limerick

📋 copy color: '#98B830'

red 152 ◦ green 184 ◦ blue 48

#98B830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #98B830

Tints of Limerick #98B830

RGB

 RED value IS 152 (59.77% from 255) = 39.58%

 GREEN value IS 184 (72.27% from 255) = 47.92%

 BLUE value IS 48 (19.14% from 255) = 12.5%

R = 39.58%
G = 47.92%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#98B830 (or 0x98B830) is known color: Limerick. HEX triplet: 98, B8 and 30. RGB value is (152,184,48). Sum of RGB (Red+Green+Blue) = 152+184+48=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #98B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B830 is #6747CF. Grayscale: #9F9F9F. Windows color (decimal): -6768592 or 3192984. OLE color: 3192984.

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

Color convert

RGB 152 184 48 -
CMYK 0.17 0 0.74 0.28
HSL 74.12º 0.59% 0.45% -
HSV(B) 74.12º 0.74% 0.72% -
XYZ 30.62 41.17 9.13 -
YUV 158.93 65.4 123.06 -
System Red Green Blue C M Y K H S L
Decimal 152 184 48 0.17 0 0.74 0.28 74.12 0.59 0.45
Hex 98 B8 30 11 0 4A 1C 4A 3B 2D
Octal 230 270 60 21 0 112 34 112 73 55
Binary 10011000 10111000 110000 10001 0 1001010 11100 1001010 111011 101101

Color Harmonies of #98B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B830

Black with #98B830

Text Example


Text Example

White with #98B830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98B830;
 }
 .AnyTagClassName
 {
   color: #98B830;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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