Html Css Color HEX #98B32B Limerick

📋 copy color: '#98B32B'

red 152 ◦ green 179 ◦ blue 43

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

Shades of Limerick #98B32B

Tints of Limerick #98B32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.5%

R = 40.64%
G = 47.86%
B = 11.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#98B32B (or 0x98B32B) is known color: Limerick. HEX triplet: 98, B3 and 2B. RGB value is (152,179,43). Sum of RGB (Red+Green+Blue) = 152+179+43=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #98B32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B32B is #674CD4. Grayscale: #9B9B9B. Windows color (decimal): -6769877 or 2864024. OLE color: 2864024.

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

Color convert

RGB 152 179 43 -
CMYK 0.15 0 0.76 0.30
HSL 71.91º 0.61% 0.44% -
HSV(B) 71.91º 0.76% 0.7% -
XYZ 29.51 39.09 8.28 -
YUV 155.42 64.55 125.56 -
System Red Green Blue C M Y K H S L
Decimal 152 179 43 0.15 0 0.76 0.30 71.91 0.61 0.44
Hex 98 B3 2B F 0 4C 1E 48 3D 2C
Octal 230 263 53 17 0 114 36 110 75 54
Binary 10011000 10110011 101011 1111 0 1001100 11110 1001000 111101 101100

Color Harmonies of #98B32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B32B

Black with #98B32B

Text Example


Text Example

White with #98B32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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