Html Css Color HEX #98B232 Limerick

📋 copy color: '#98B232'

red 152 ◦ green 178 ◦ blue 50

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

Shades of Limerick #98B232

Tints of Limerick #98B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.84%

 BLUE value IS 50 (19.92% from 255) = 13.16%

R = 40%
G = 46.84%
B = 13.16%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#98B232 (or 0x98B232) is known color: Limerick. HEX triplet: 98, B2 and 32. RGB value is (152,178,50). Sum of RGB (Red+Green+Blue) = 152+178+50=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #98B232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B232 is #674DCD. Grayscale: #9C9C9C. Windows color (decimal): -6770126 or 3322520. OLE color: 3322520.

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

Color convert

RGB 152 178 50 -
CMYK 0.15 0 0.72 0.30
HSL 72.19º 0.56% 0.45% -
HSV(B) 72.19º 0.72% 0.7% -
XYZ 29.45 38.75 8.94 -
YUV 155.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 152 178 50 0.15 0 0.72 0.30 72.19 0.56 0.45
Hex 98 B2 32 F 0 48 1E 48 38 2D
Octal 230 262 62 17 0 110 36 110 70 55
Binary 10011000 10110010 110010 1111 0 1001000 11110 1001000 111000 101101

Color Harmonies of #98B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B232

Black with #98B232

Text Example


Text Example

White with #98B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,178,50); }

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

background-color css

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

 a { background-color: rgb(152,178,50); }

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

border-color css

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

 span { border-color: rgb(152,178,50); }

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