Html Css Color HEX #86BA2F Limerick

📋 copy color: '#86BA2F'

red 134 ◦ green 186 ◦ blue 47

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

Shades of Limerick #86BA2F

Tints of Limerick #86BA2F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 50.68%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 36.51%
G = 50.68%
B = 12.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#86BA2F (or 0x86BA2F) is known color: Limerick. HEX triplet: 86, BA and 2F. RGB value is (134,186,47). Sum of RGB (Red+Green+Blue) = 134+186+47=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86BA2F is #7945D0. Grayscale: #9B9B9B. Windows color (decimal): -7947729 or 3127942. OLE color: 3127942.

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

Color convert

RGB 134 186 47 -
CMYK 0.28 0 0.75 0.27
HSL 82.45º 0.6% 0.46% -
HSV(B) 82.45º 0.75% 0.73% -
XYZ 27.9 40.39 9.01 -
YUV 154.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 134 186 47 0.28 0 0.75 0.27 82.45 0.6 0.46
Hex 86 BA 2F 1C 0 4B 1B 52 3C 2E
Octal 206 272 57 34 0 113 33 122 74 56
Binary 10000110 10111010 101111 11100 0 1001011 11011 1010010 111100 101110

Color Harmonies of #86BA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86BA2F

Black with #86BA2F

Text Example


Text Example

White with #86BA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,186,47); }

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

background-color css

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

 a { background-color: rgb(134,186,47); }

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

border-color css

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

 span { border-color: rgb(134,186,47); }

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