Html Css Color HEX #86AD1F Limerick

📋 copy color: '#86AD1F'

red 134 ◦ green 173 ◦ blue 31

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

Shades of Limerick #86AD1F

Tints of Limerick #86AD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 39.64%
G = 51.18%
B = 9.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#86AD1F (or 0x86AD1F) is known color: Limerick. HEX triplet: 86, AD and 1F. RGB value is (134,173,31). Sum of RGB (Red+Green+Blue) = 134+173+31=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #86AD1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86AD1F is #7952E0. Grayscale: #919191. Windows color (decimal): -7951073 or 2076038. OLE color: 2076038.

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

Color convert

RGB 134 173 31 -
CMYK 0.23 0 0.82 0.32
HSL 76.48º 0.7% 0.4% -
HSV(B) 76.48º 0.82% 0.68% -
XYZ 25.02 35.05 6.74 -
YUV 145.15 63.58 120.05 -
System Red Green Blue C M Y K H S L
Decimal 134 173 31 0.23 0 0.82 0.32 76.48 0.7 0.4
Hex 86 AD 1F 17 0 52 20 4C 46 28
Octal 206 255 37 27 0 122 40 114 106 50
Binary 10000110 10101101 11111 10111 0 1010010 100000 1001100 1000110 101000

Color Harmonies of #86AD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86AD1F

Black with #86AD1F

Text Example


Text Example

White with #86AD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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