Html Css Color HEX #98B228 Limerick

📋 copy color: '#98B228'

red 152 ◦ green 178 ◦ blue 40

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

Shades of Limerick #98B228

Tints of Limerick #98B228

RGB

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

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

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

R = 41.08%
G = 48.11%
B = 10.81%

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

#98B228 (or 0x98B228) is known color: Limerick. HEX triplet: 98, B2 and 28. RGB value is (152,178,40). Sum of RGB (Red+Green+Blue) = 152+178+40=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #98B228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98B228 is #674DD7. Grayscale: #9B9B9B. Windows color (decimal): -6770136 or 2667160. OLE color: 2667160.

HSL color Cylindrical-coordinate representation of color #98B228: hue angle of 71.3º 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 #98B228 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 178 40 -
CMYK 0.15 0 0.78 0.30
HSL 71.3º 0.63% 0.43% -
HSV(B) 71.3º 0.78% 0.7% -
XYZ 29.25 38.67 7.93 -
YUV 154.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 152 178 40 0.15 0 0.78 0.30 71.3 0.63 0.43
Hex 98 B2 28 F 0 4E 1E 47 3F 2B
Octal 230 262 50 17 0 116 36 107 77 53
Binary 10011000 10110010 101000 1111 0 1001110 11110 1000111 111111 101011

Color Harmonies of #98B228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98B228

Black with #98B228

Text Example


Text Example

White with #98B228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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