Html Css Color HEX #86B91F Limerick

📋 copy color: '#86B91F'

red 134 ◦ green 185 ◦ blue 31

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

Shades of Limerick #86B91F

Tints of Limerick #86B91F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.86%

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

R = 38.29%
G = 52.86%
B = 8.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#86B91F (or 0x86B91F) is known color: Limerick. HEX triplet: 86, B9 and 1F. RGB value is (134,185,31). Sum of RGB (Red+Green+Blue) = 134+185+31=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #86B91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86B91F is #7946E0. Grayscale: #989898. Windows color (decimal): -7948001 or 2079110. OLE color: 2079110.

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

Color convert

RGB 134 185 31 -
CMYK 0.28 0 0.83 0.27
HSL 79.87º 0.71% 0.42% -
HSV(B) 79.87º 0.83% 0.73% -
XYZ 27.43 39.87 7.55 -
YUV 152.2 59.6 115.02 -
System Red Green Blue C M Y K H S L
Decimal 134 185 31 0.28 0 0.83 0.27 79.87 0.71 0.42
Hex 86 B9 1F 1C 0 53 1B 50 47 2A
Octal 206 271 37 34 0 123 33 120 107 52
Binary 10000110 10111001 11111 11100 0 1010011 11011 1010000 1000111 101010

Color Harmonies of #86B91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86B91F

Black with #86B91F

Text Example


Text Example

White with #86B91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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