Html Css Color HEX #98B328 Limerick

📋 copy color: '#98B328'

red 152 ◦ green 179 ◦ blue 40

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

Shades of Limerick #98B328

Tints of Limerick #98B328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.78%

R = 40.97%
G = 48.25%
B = 10.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#98B328 (or 0x98B328) is known color: Limerick. HEX triplet: 98, B3 and 28. RGB value is (152,179,40). Sum of RGB (Red+Green+Blue) = 152+179+40=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #98B328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B328 is #674CD7. Grayscale: #9B9B9B. Windows color (decimal): -6769880 or 2667416. OLE color: 2667416.

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

Color convert

RGB 152 179 40 -
CMYK 0.15 0 0.78 0.30
HSL 71.65º 0.63% 0.43% -
HSV(B) 71.65º 0.78% 0.7% -
XYZ 29.45 39.07 8 -
YUV 155.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 152 179 40 0.15 0 0.78 0.30 71.65 0.63 0.43
Hex 98 B3 28 F 0 4E 1E 48 3F 2B
Octal 230 263 50 17 0 116 36 110 77 53
Binary 10011000 10110011 101000 1111 0 1001110 11110 1001000 111111 101011

Color Harmonies of #98B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B328

Black with #98B328

Text Example


Text Example

White with #98B328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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