Html Css Color HEX #98AD43 Limerick

📋 copy color: '#98AD43'

red 152 ◦ green 173 ◦ blue 67

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

Shades of Limerick #98AD43

Tints of Limerick #98AD43

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 38.78%
G = 44.13%
B = 17.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#98AD43 (or 0x98AD43) is known color: Limerick. HEX triplet: 98, AD and 43. RGB value is (152,173,67). Sum of RGB (Red+Green+Blue) = 152+173+67=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD43 is #6752BC. Grayscale: #9B9B9B. Windows color (decimal): -6771389 or 4435352. OLE color: 4435352.

HSL color Cylindrical-coordinate representation of color #98AD43: hue angle of 71.89º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98AD43 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 173 67 -
CMYK 0.12 0 0.61 0.32
HSL 71.89º 0.44% 0.47% -
HSV(B) 71.89º 0.61% 0.68% -
XYZ 28.91 36.97 10.92 -
YUV 154.64 78.54 126.12 -
System Red Green Blue C M Y K H S L
Decimal 152 173 67 0.12 0 0.61 0.32 71.89 0.44 0.47
Hex 98 AD 43 C 0 3D 20 48 2C 2F
Octal 230 255 103 14 0 75 40 110 54 57
Binary 10011000 10101101 1000011 1100 0 111101 100000 1001000 101100 101111

Color Harmonies of #98AD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AD43

Black with #98AD43

Text Example


Text Example

White with #98AD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,173,67); }

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

background-color css

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

 a { background-color: rgb(152,173,67); }

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

border-color css

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

 span { border-color: rgb(152,173,67); }

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