Html Css Color HEX #98AA29 Limerick

📋 copy color: '#98AA29'

red 152 ◦ green 170 ◦ blue 41

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

Shades of Limerick #98AA29

Tints of Limerick #98AA29

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.83%

 BLUE value IS 41 (16.41% from 255) = 11.29%

R = 41.87%
G = 46.83%
B = 11.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#98AA29 (or 0x98AA29) is known color: Limerick. HEX triplet: 98, AA and 29. RGB value is (152,170,41). Sum of RGB (Red+Green+Blue) = 152+170+41=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 41 (16.41% from 255 or 11.29% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AA29 is #6755D6. Grayscale: #969696. Windows color (decimal): -6772183 or 2730648. OLE color: 2730648.

HSL color Cylindrical-coordinate representation of color #98AA29: hue angle of 68.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98AA29 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 170 41 -
CMYK 0.11 0 0.76 0.33
HSL 68.37º 0.61% 0.41% -
HSV(B) 68.37º 0.76% 0.67% -
XYZ 27.72 35.58 7.51 -
YUV 149.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 152 170 41 0.11 0 0.76 0.33 68.37 0.61 0.41
Hex 98 AA 29 B 0 4C 21 44 3D 29
Octal 230 252 51 13 0 114 41 104 75 51
Binary 10011000 10101010 101001 1011 0 1001100 100001 1000100 111101 101001

Color Harmonies of #98AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AA29

Black with #98AA29

Text Example


Text Example

White with #98AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,170,41); }

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

background-color css

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

 a { background-color: rgb(152,170,41); }

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

border-color css

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

 span { border-color: rgb(152,170,41); }

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