Html Css Color HEX #98B330 Limerick

📋 copy color: '#98B330'

red 152 ◦ green 179 ◦ blue 48

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

Shades of Limerick #98B330

Tints of Limerick #98B330

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.23%

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

R = 40.11%
G = 47.23%
B = 12.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#98B330 (or 0x98B330) is known color: Limerick. HEX triplet: 98, B3 and 30. RGB value is (152,179,48). Sum of RGB (Red+Green+Blue) = 152+179+48=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 179 (70.31% from 255 or 47.23% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 179 - color contains mainly: green. Hex color #98B330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B330 is #674CCF. Grayscale: #9C9C9C. Windows color (decimal): -6769872 or 3191704. OLE color: 3191704.

HSL color Cylindrical-coordinate representation of color #98B330: hue angle of 72.37º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98B330 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 179 48 -
CMYK 0.15 0 0.73 0.30
HSL 72.37º 0.58% 0.45% -
HSV(B) 72.37º 0.73% 0.7% -
XYZ 29.6 39.13 8.79 -
YUV 155.99 67.05 125.15 -
System Red Green Blue C M Y K H S L
Decimal 152 179 48 0.15 0 0.73 0.30 72.37 0.58 0.45
Hex 98 B3 30 F 0 49 1E 48 3A 2D
Octal 230 263 60 17 0 111 36 110 72 55
Binary 10011000 10110011 110000 1111 0 1001001 11110 1001000 111010 101101

Color Harmonies of #98B330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B330

Black with #98B330

Text Example


Text Example

White with #98B330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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