Html Css Color HEX #8AB831 Limerick

📋 copy color: '#8AB831'

red 138 ◦ green 184 ◦ blue 49

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

Shades of Limerick #8AB831

Tints of Limerick #8AB831

RGB

 RED value IS 138 (54.3% from 255) = 37.2%

 GREEN value IS 184 (72.27% from 255) = 49.6%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 37.2%
G = 49.6%
B = 13.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#8AB831 (or 0x8AB831) is known color: Limerick. HEX triplet: 8A, B8 and 31. RGB value is (138,184,49). Sum of RGB (Red+Green+Blue) = 138+184+49=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB831 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB831 is #7547CE. Grayscale: #9B9B9B. Windows color (decimal): -7686095 or 3258506. OLE color: 3258506.

HSL color Cylindrical-coordinate representation of color #8AB831: hue angle of 80.44º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AB831 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB 138 184 49 -
CMYK 0.25 0 0.73 0.28
HSL 80.44º 0.58% 0.46% -
HSV(B) 80.44º 0.73% 0.72% -
XYZ 28.18 39.91 9.12 -
YUV 154.86 68.26 115.98 -
System Red Green Blue C M Y K H S L
Decimal 138 184 49 0.25 0 0.73 0.28 80.44 0.58 0.46
Hex 8A B8 31 19 0 49 1C 50 3A 2E
Octal 212 270 61 31 0 111 34 120 72 56
Binary 10001010 10111000 110001 11001 0 1001001 11100 1010000 111010 101110

Color Harmonies of #8AB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB831

Black with #8AB831

Text Example


Text Example

White with #8AB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB831; }

 p { color: rgb(138,184,49); }

 H1.HeaderClassName
 {
   color: #8AB831;
 }
 .AnyTagClassName
 {
   color: #8AB831;
 }
</style>

background-color css

<style>
 a { background-color: #8AB831; }

 a { background-color: rgb(138,184,49); }

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

border-color css

<style>
 span { border-color: #8AB831; }

 span { border-color: rgb(138,184,49); }

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