Html Css Color HEX #86BC1F Limerick

📋 copy color: '#86BC1F'

red 134 ◦ green 188 ◦ blue 31

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

Shades of Limerick #86BC1F

Tints of Limerick #86BC1F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

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

R = 37.96%
G = 53.26%
B = 8.78%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#86BC1F (or 0x86BC1F) is known color: Limerick. HEX triplet: 86, BC and 1F. RGB value is (134,188,31). Sum of RGB (Red+Green+Blue) = 134+188+31=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #86BC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BC1F is #7943E0. Grayscale: #9A9A9A. Windows color (decimal): -7947233 or 2079878. OLE color: 2079878.

HSL color Cylindrical-coordinate representation of color #86BC1F: hue angle of 80.64º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #86BC1F is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 134 188 31 -
CMYK 0.29 0 0.84 0.26
HSL 80.64º 0.72% 0.43% -
HSV(B) 80.64º 0.84% 0.74% -
XYZ 28.06 41.13 7.76 -
YUV 153.96 58.61 113.77 -
System Red Green Blue C M Y K H S L
Decimal 134 188 31 0.29 0 0.84 0.26 80.64 0.72 0.43
Hex 86 BC 1F 1D 0 54 1A 51 48 2B
Octal 206 274 37 35 0 124 32 121 110 53
Binary 10000110 10111100 11111 11101 0 1010100 11010 1010001 1001000 101011

Color Harmonies of #86BC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BC1F

Black with #86BC1F

Text Example


Text Example

White with #86BC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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