Html Css Color HEX #86AB14 Limerick

📋 copy color: '#86AB14'

red 134 ◦ green 171 ◦ blue 20

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

Shades of Limerick #86AB14

Tints of Limerick #86AB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 41.23%
G = 52.62%
B = 6.15%

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

#86AB14 (or 0x86AB14) is known color: Limerick. HEX triplet: 86, AB and 14. RGB value is (134,171,20). Sum of RGB (Red+Green+Blue) = 134+171+20=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #86AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AB14 is #7954EB. Grayscale: #8F8F8F. Windows color (decimal): -7951596 or 1354630. OLE color: 1354630.

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

Color convert

RGB 134 171 20 -
CMYK 0.22 0 0.88 0.33
HSL 74.7º 0.79% 0.37% -
HSV(B) 74.7º 0.88% 0.67% -
XYZ 24.52 34.24 5.98 -
YUV 142.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 134 171 20 0.22 0 0.88 0.33 74.7 0.79 0.37
Hex 86 AB 14 16 0 58 21 4B 4F 25
Octal 206 253 24 26 0 130 41 113 117 45
Binary 10000110 10101011 10100 10110 0 1011000 100001 1001011 1001111 100101

Color Harmonies of #86AB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AB14

Black with #86AB14

Text Example


Text Example

White with #86AB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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