Html Css Color HEX #86AB15 Limerick

📋 copy color: '#86AB15'

red 134 ◦ green 171 ◦ blue 21

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

Shades of Limerick #86AB15

Tints of Limerick #86AB15

RGB

 RED value IS 134 (52.73% from 255) = 41.1%

 GREEN value IS 171 (67.19% from 255) = 52.45%

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 41.1%
G = 52.45%
B = 6.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#86AB15 (or 0x86AB15) is known color: Limerick. HEX triplet: 86, AB and 15. RGB value is (134,171,21). Sum of RGB (Red+Green+Blue) = 134+171+21=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AB15 is #7954EA. Grayscale: #8F8F8F. Windows color (decimal): -7951595 or 1420166. OLE color: 1420166.

HSL color Cylindrical-coordinate representation of color #86AB15: hue angle of 74.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86AB15 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 171 21 -
CMYK 0.22 0 0.88 0.33
HSL 74.8º 0.78% 0.38% -
HSV(B) 74.8º 0.88% 0.67% -
XYZ 24.53 34.25 6.03 -
YUV 142.84 59.24 121.7 -
System Red Green Blue C M Y K H S L
Decimal 134 171 21 0.22 0 0.88 0.33 74.8 0.78 0.38
Hex 86 AB 15 16 0 58 21 4B 4E 26
Octal 206 253 25 26 0 130 41 113 116 46
Binary 10000110 10101011 10101 10110 0 1011000 100001 1001011 1001110 100110

Color Harmonies of #86AB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB15

Black with #86AB15

Text Example


Text Example

White with #86AB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86AB15; }

 p { color: rgb(134,171,21); }

 H1.HeaderClassName
 {
   color: #86AB15;
 }
 .AnyTagClassName
 {
   color: #86AB15;
 }
</style>

background-color css

<style>
 a { background-color: #86AB15; }

 a { background-color: rgb(134,171,21); }

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

border-color css

<style>
 span { border-color: #86AB15; }

 span { border-color: rgb(134,171,21); }

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