Html Css Color HEX #86B81F Limerick

📋 copy color: '#86B81F'

red 134 ◦ green 184 ◦ blue 31

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

Shades of Limerick #86B81F

Tints of Limerick #86B81F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.72%

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

R = 38.4%
G = 52.72%
B = 8.88%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#86B81F (or 0x86B81F) is known color: Limerick. HEX triplet: 86, B8 and 1F. RGB value is (134,184,31). Sum of RGB (Red+Green+Blue) = 134+184+31=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #86B81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B81F is #7947E0. Grayscale: #989898. Windows color (decimal): -7948257 or 2078854. OLE color: 2078854.

HSL color Cylindrical-coordinate representation of color #86B81F: hue angle of 79.61º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86B81F is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 134 184 31 -
CMYK 0.27 0 0.83 0.28
HSL 79.61º 0.71% 0.42% -
HSV(B) 79.61º 0.83% 0.72% -
XYZ 27.22 39.45 7.48 -
YUV 151.61 59.94 115.44 -
System Red Green Blue C M Y K H S L
Decimal 134 184 31 0.27 0 0.83 0.28 79.61 0.71 0.42
Hex 86 B8 1F 1B 0 53 1C 50 47 2A
Octal 206 270 37 33 0 123 34 120 107 52
Binary 10000110 10111000 11111 11011 0 1010011 11100 1010000 1000111 101010

Color Harmonies of #86B81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B81F

Black with #86B81F

Text Example


Text Example

White with #86B81F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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