Html Css Color HEX #98B825 Limerick

📋 copy color: '#98B825'

red 152 ◦ green 184 ◦ blue 37

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

Shades of Limerick #98B825

Tints of Limerick #98B825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.92%

R = 40.75%
G = 49.33%
B = 9.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#98B825 (or 0x98B825) is known color: Limerick. HEX triplet: 98, B8 and 25. RGB value is (152,184,37). Sum of RGB (Red+Green+Blue) = 152+184+37=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #98B825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B825 is #6747DA. Grayscale: #9E9E9E. Windows color (decimal): -6768603 or 2472088. OLE color: 2472088.

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

Color convert

RGB 152 184 37 -
CMYK 0.17 0 0.80 0.28
HSL 73.06º 0.67% 0.43% -
HSV(B) 73.06º 0.8% 0.72% -
XYZ 30.42 41.09 8.08 -
YUV 157.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 152 184 37 0.17 0 0.80 0.28 73.06 0.67 0.43
Hex 98 B8 25 11 0 50 1C 49 43 2B
Octal 230 270 45 21 0 120 34 111 103 53
Binary 10011000 10111000 100101 10001 0 1010000 11100 1001001 1000011 101011

Color Harmonies of #98B825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B825

Black with #98B825

Text Example


Text Example

White with #98B825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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