Html Css Color HEX #98AC42 Limerick

📋 copy color: '#98AC42'

red 152 ◦ green 172 ◦ blue 66

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

Shades of Limerick #98AC42

Tints of Limerick #98AC42

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 38.97%
G = 44.1%
B = 16.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#98AC42 (or 0x98AC42) is known color: Limerick. HEX triplet: 98, AC and 42. RGB value is (152,172,66). Sum of RGB (Red+Green+Blue) = 152+172+66=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AC42 is #6753BD. Grayscale: #9A9A9A. Windows color (decimal): -6771646 or 4369560. OLE color: 4369560.

HSL color Cylindrical-coordinate representation of color #98AC42: hue angle of 71.32º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98AC42 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 172 66 -
CMYK 0.12 0 0.62 0.33
HSL 71.32º 0.45% 0.47% -
HSV(B) 71.32º 0.62% 0.67% -
XYZ 28.68 36.57 10.7 -
YUV 153.94 78.37 126.62 -
System Red Green Blue C M Y K H S L
Decimal 152 172 66 0.12 0 0.62 0.33 71.32 0.45 0.47
Hex 98 AC 42 C 0 3E 21 47 2D 2F
Octal 230 254 102 14 0 76 41 107 55 57
Binary 10011000 10101100 1000010 1100 0 111110 100001 1000111 101101 101111

Color Harmonies of #98AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AC42

Black with #98AC42

Text Example


Text Example

White with #98AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,172,66); }

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

background-color css

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

 a { background-color: rgb(152,172,66); }

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

border-color css

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

 span { border-color: rgb(152,172,66); }

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