Html Css Color HEX #8AB537 Limerick

📋 copy color: '#8AB537'

red 138 ◦ green 181 ◦ blue 55

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

Shades of Limerick #8AB537

Tints of Limerick #8AB537

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 55 (21.88% from 255) = 14.71%

R = 36.9%
G = 48.4%
B = 14.71%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#8AB537 (or 0x8AB537) is known color: Limerick. HEX triplet: 8A, B5 and 37. RGB value is (138,181,55). Sum of RGB (Red+Green+Blue) = 138+181+55=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 55 (21.88% from 255 or 14.71% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB537 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB537 is #754AC8. Grayscale: #9A9A9A. Windows color (decimal): -7686857 or 3650954. OLE color: 3650954.

HSL color Cylindrical-coordinate representation of color #8AB537: hue angle of 80.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AB537 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 55 -
CMYK 0.24 0 0.70 0.29
HSL 80.48º 0.53% 0.46% -
HSV(B) 80.48º 0.7% 0.71% -
XYZ 27.69 38.73 9.63 -
YUV 153.78 72.25 116.75 -
System Red Green Blue C M Y K H S L
Decimal 138 181 55 0.24 0 0.70 0.29 80.48 0.53 0.46
Hex 8A B5 37 18 0 46 1D 50 35 2E
Octal 212 265 67 30 0 106 35 120 65 56
Binary 10001010 10110101 110111 11000 0 1000110 11101 1010000 110101 101110

Color Harmonies of #8AB537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB537

Black with #8AB537

Text Example


Text Example

White with #8AB537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,55); }

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

background-color css

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

 a { background-color: rgb(138,181,55); }

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

border-color css

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

 span { border-color: rgb(138,181,55); }

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