Html Css Color HEX #86AD19 Limerick

📋 copy color: '#86AD19'

red 134 ◦ green 173 ◦ blue 25

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

Shades of Limerick #86AD19

Tints of Limerick #86AD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.11%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 40.36%
G = 52.11%
B = 7.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#86AD19 (or 0x86AD19) is known color: Limerick. HEX triplet: 86, AD and 19. RGB value is (134,173,25). Sum of RGB (Red+Green+Blue) = 134+173+25=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 173 (67.97% from 255 or 52.11% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #86AD19 is #7952E6. Grayscale: #919191. Windows color (decimal): -7951079 or 1682822. OLE color: 1682822.

HSL color Cylindrical-coordinate representation of color #86AD19: hue angle of 75.81º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86AD19 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 134 173 25 -
CMYK 0.23 0 0.86 0.32
HSL 75.81º 0.75% 0.39% -
HSV(B) 75.81º 0.86% 0.68% -
XYZ 24.95 35.03 6.37 -
YUV 144.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 134 173 25 0.23 0 0.86 0.32 75.81 0.75 0.39
Hex 86 AD 19 17 0 56 20 4C 4B 27
Octal 206 255 31 27 0 126 40 114 113 47
Binary 10000110 10101101 11001 10111 0 1010110 100000 1001100 1001011 100111

Color Harmonies of #86AD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD19

Black with #86AD19

Text Example


Text Example

White with #86AD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,173,25); }

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

background-color css

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

 a { background-color: rgb(134,173,25); }

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

border-color css

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

 span { border-color: rgb(134,173,25); }

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