Html Css Color HEX #98B82A Limerick

📋 copy color: '#98B82A'

red 152 ◦ green 184 ◦ blue 42

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

Shades of Limerick #98B82A

Tints of Limerick #98B82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.11%

R = 40.21%
G = 48.68%
B = 11.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#98B82A (or 0x98B82A) is known color: Limerick. HEX triplet: 98, B8 and 2A. RGB value is (152,184,42). Sum of RGB (Red+Green+Blue) = 152+184+42=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 184 (72.27% from 255 or 48.68% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 184 - color contains mainly: green. Hex color #98B82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B82A is #6747D5. Grayscale: #9E9E9E. Windows color (decimal): -6768598 or 2799768. OLE color: 2799768.

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

Color convert

RGB 152 184 42 -
CMYK 0.17 0 0.77 0.28
HSL 73.52º 0.63% 0.44% -
HSV(B) 73.52º 0.77% 0.72% -
XYZ 30.51 41.12 8.52 -
YUV 158.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 152 184 42 0.17 0 0.77 0.28 73.52 0.63 0.44
Hex 98 B8 2A 11 0 4D 1C 4A 3F 2C
Octal 230 270 52 21 0 115 34 112 77 54
Binary 10011000 10111000 101010 10001 0 1001101 11100 1001010 111111 101100

Color Harmonies of #98B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B82A

Black with #98B82A

Text Example


Text Example

White with #98B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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